-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implemented Application.ThemeMode and Window.ThemeMode properties #9436
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
dipeshmsft
merged 15 commits into
dotnet:main
from
dipeshmsft:fluent/implement-theme-properties
Jul 22, 2024
Merged
Implemented Application.ThemeMode and Window.ThemeMode properties #9436
dipeshmsft
merged 15 commits into
dotnet:main
from
dipeshmsft:fluent/implement-theme-properties
Jul 22, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lindexi
reviewed
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Application.cs
Outdated
Show resolved
Hide resolved
lindexi
reviewed
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
h3xds1nz
reviewed
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/Standard/NativeMethods.cs
Show resolved
Hide resolved
h3xds1nz
reviewed
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
h3xds1nz
reviewed
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeMode.cs
Outdated
Show resolved
Hide resolved
h3xds1nz
reviewed
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeMode.cs
Outdated
Show resolved
Hide resolved
h3xds1nz
suggested changes
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
pchaurasia14
requested changes
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager3.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeMode.cs
Show resolved
Hide resolved
pchaurasia14
approved these changes
Jul 22, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeMode.cs
Show resolved
Hide resolved
batzen
reviewed
Jul 23, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager.cs
Show resolved
Hide resolved
miloush
reviewed
Jul 24, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/FluentThemeState.cs
Show resolved
Hide resolved
miloush
reviewed
Jul 24, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager.cs
Show resolved
Hide resolved
miloush
reviewed
Jul 24, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager.cs
Show resolved
Hide resolved
miloush
reviewed
Jul 24, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager.cs
Show resolved
Hide resolved
miloush
reviewed
Jul 24, 2024
src/Microsoft.DotNet.Wpf/src/PresentationFramework/System/Windows/ThemeManager.cs
Show resolved
Hide resolved
dipeshmsft
added a commit
that referenced
this pull request
Aug 8, 2024
) * Removed windows from FluentEnabledWindows on dispose * Simplified resync clause and removed redundant steps. * Made FluentThemeState a record struct * Added const Fluent theme dictionary strings * Removed ToString override from FluentThemeState * Renaming const and static private fields * Fixing the if clause * Formatted ThemeManager --------- Co-authored-by: Dipesh Kumar <dipeshkrj14@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Main PR
Description
Customer Impact
Regression
Testing
Risk
Microsoft Reviewers: Open in CodeFlow