dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
725 stars 1.56k forks source link

Adding doc comments for ThemeMode, ThemeModeConverter introduced in PresentationFramework #10369

Closed dipeshmsft closed 1 month ago

dipeshmsft commented 1 month ago

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

dotnet-policy-service[bot] commented 1 month ago

Tagging subscribers to this area: @dotnet/wpf-developers

learn-build-service-prod[bot] commented 1 month ago

Learn Build status updates of commit cc14260:

:white_check_mark: Validation status: passed

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-service-prod[bot] commented 1 month ago

Learn Build status updates of commit a354091:

:white_check_mark: Validation status: passed

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-service-prod[bot] commented 1 month ago

Learn Build status updates of commit cecbea7:

:white_check_mark: Validation status: passed

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-service-prod[bot] commented 1 month ago

Learn Build status updates of commit d797166:

:white_check_mark: Validation status: passed

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-service-prod[bot] commented 1 month ago

Learn Build status updates of commit 8152895:

:white_check_mark: Validation status: passed

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:

dipeshmsft commented 1 month ago

@gewarren, I have made the required changes