Closed dipeshmsft closed 1 month ago
Tagging subscribers to this area: @dotnet/wpf-developers
Learn Build status updates of commit cc14260:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Windows/Application.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeMode.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeModeConverter.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/Window.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Learn Build status updates of commit a354091:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Windows/Application.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/SystemColors.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeMode.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeModeConverter.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/Window.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Learn Build status updates of commit cecbea7:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Windows/Application.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/SystemColors.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeMode.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeModeConverter.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/Window.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Learn Build status updates of commit d797166:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Windows/Application.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/SystemColors.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeMode.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeModeConverter.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/Window.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Learn Build status updates of commit 8152895:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Windows/Application.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/SystemColors.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeMode.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/ThemeModeConverter.xml | :white_check_mark:Succeeded | View | |
xml/System.Windows/Window.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
@gewarren, I have made the required changes
Summary
In .NET 9 Preview 7 we introduced a few new APIs ThemeMode, ThemeModeConverter, Application.ThemeMode and Window.ThemeMode. However, the doc comments for these new APIs were not generated yet. Hence adding these doc comments in this PR. Here is the link to the API Proposal : https://github.com/dotnet/wpf/issues/8932