-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding doc comments for ThemeMode, ThemeModeConverter introduced in PresentationFramework #10369
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
Conversation
…resentationFramework
Tagging subscribers to this area: @dotnet/wpf-developers |
Learn Build status updates of commit cc14260: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit a354091: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit cecbea7: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit d797166: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 8152895: ✅ Validation status: passed
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 : dotnet/wpf#8932