Skip to content

Update wpf for preview 7 #10005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions release-notes/10.0/preview/preview7/wpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

Here's a summary of what's new in WPF in this preview release:

- [Feature](#feature)
- [Bug Fixes](#bug-fixes)
- [Fluent Theme Improvements](#fluent-theme-improvements)

WPF updates in .NET 10:

- [What's new in WPF](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/) documentation
- [What's new in WPF in .NET 10](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100) documentation.

## Feature
## Bug Fixes

Something about the feature
- Avoided `UCEERR_RENDERTHREADFAILURE` in applications using ***D3DImage**, when the monitor is unavailable.

## Fluent Theme Improvements

- Fixed some accessibility issues in Fluent control styles (`DatePicker`, `DataGrid`).
- Unified text control Fluent style resources.
- Fixed localization resources for `ScrollBar`.