Skip to content

Commit ee512bc

Browse files
authored
Update whats new for wpf/winforms (#43417)
1 parent 44902c4 commit ee512bc

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,27 @@ For more information, see [What's new in F# 9](../../../fsharp/whats-new/fsharp-
120120

121121
## Windows Presentation Foundation
122122

123-
Windows Presentation Foundation (WPF) includes support for Windows 11 theming and hyphen-based ligatures. For more information, see [WPF in .NET 9 Preview 4 - Release Notes](https://github.com/dotnet/core/blob/main/release-notes/9.0/preview/preview4/wpf.md).
123+
WPF in .NET 9 bring enhanced support for building modern apps with several theming enhancements and more:
124124

125-
<!--
125+
- Support for the Windows Fluent theme.
126+
- Theme support for Windows light and dark modes added.
127+
- Themes support the Windows Accent color now.
128+
- Font render has been improved to support hyphen-based ligatures.
129+
- `BinaryFormatter` is no longer supported.
130+
131+
For more information, see [What's new in WPF for .NET 9](/dotnet/desktop/wpf/whats-new/net90).
126132

127133
## Windows Forms
128134

129-
...
135+
WinForms in .NET 9 brings support for new themes, enhancements for asynchronous development, and more:
136+
137+
- `Form` and `TaskDialog` support `ShowDialogAsync` now. (Experimental feature)
138+
- `BinaryFormatter` is no longer supported.
139+
- Experimental support for rendering the app in dark mode, as supported by Windows.
140+
- `FolderBrowserDialog` and `ToolStrip` had some minor improvements.
141+
- The **System.Drawing** library has had many improvements, including wrapping GDI+ effects, support for `ReadOnlySpan`, and better interop code generation.
130142

131-
-->
143+
For more information, see [What's new in Windows Forms for .NET 9](/dotnet/desktop/winforms/whats-new/net90).
132144

133145
## See also
134146

0 commit comments

Comments
 (0)