wpf icon indicating copy to clipboard operation
wpf copied to clipboard

WPF is a .NET Core UI framework for building Windows desktop applications.

Results 448 wpf issues
Sort by recently updated
recently updated
newest added

# ⚠️ Work in progress Fixes #10847 ## Description Adds the ITransformProvider2 pattern that allows UI Automation / Accessibility tooling to zoom. TODO: Use the Microsoft UI Automation Component Object...

PR
Community Contribution
draft

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Usercontrol:-if-changed-manually-from-a-/10961837)._ --- [severity:It bothers me. A fix would be nice] If a WPF UserControl or Page XAML file is missing...

Investigate

When you use WPF to develop chat applications, you will find that you need to use the TextBlock control to display rich text and allow the user to select and...

Enhancement Requested

### Description The `DefaultToggleButtonStyle` doesn't bind `ContentTemplate` to the `ContentPresenter` like `DefaultButtonStyle` does in the Fluent theme (I haven't looked at other themes). ### Reproduction Steps Create a window in...

Investigate
Win 11 Theming

### Description I have a WPF project, and recently I introduced an ASP FrameworkReference to it, but it resulted in a logger source generator error. So, I simplified the project...

Investigate

### Description Hi, SpellCheck with CustomDictionaries stopped working after an update in windows 11. Issue also posted here https://stackoverflow.com/questions/77258504/wpf-spellcheck-on-windows-11-systems Many thanks, ### Reproduction Steps Create WPF app. With abcd added...

Investigate

### Description The non-modal window is closed as the owner. Other window events are invalid and cannot be closed or clicked. ### Reproduction Steps ``` public partial class MainWindow :...

Bug
Investigate

### Description The WPF window does not look the same in design mode as it does when built. The window style is `SingleBorderWindow `or `ThreeDBorderWindow`. I don't know if this...

Investigate