wpf
wpf copied to clipboard
WPF is a .NET Core UI framework for building Windows desktop applications.
# ⚠️ 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...
_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...
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...
### 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...
### 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...
### 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...
### 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 :...
### 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...