wpf
wpf copied to clipboard
WPF is a .NET Core UI framework for building Windows desktop applications.
For WPF projects targeting net472, we should see if it's feasible to use the modern PresentationBuildTasks and Microsoft.WinFx.targets used by modern .NET 6/7/8. We are already importing Microsoft.WinFx.targets from: `C:\Program...
Remove -pt from pool image since they have been removed by dnceng Test: https://dev.azure.com/dnceng/internal/_build/results?buildId=2452938&view=results#SourceCard
### Description The `OverlayCornerRadius` is using 4. That should be 8. See WinUI source code and:  ### Reproduction Steps Look at source code ### Expected behavior `8,8,8,8` ### Actual...
### Description I wanted to have data validation at once in WPF. At the same time I wanted to detect LostFocus, this is the time I modify the DB. Moreover,...
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/wpf/pull/9108)
### Description When setting both the Background and BorderBrush colors to black within a border element, an unexpected behavior occurs where an inner border in gray appears only on the...
[Disable_RealTimeStylus.zip](https://github.com/dotnet/wpf/files/15320365/Disable_RealTimeStylus.zip) ### Description I have disable the RealTimeStylus for our WPF appllication which works perfectly fine with touch events but we can't scroll treeview in our application. It would be...
I know that are many reasons for this error but I found that for my case it was related to using D3DImage. Here is link to the project that demonstrates...
### Description When running software that includes clipboard monitoring features, all WPF applications on the computer may become extremely slow when performing clipboard copy operations. Meanwhile, other programs such as...
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/wpf/pull/9104)