6 references to Value
PresentationFramework (6)
System\Windows\ThemeManager.cs (2)
25
FluentThemeState newFluentThemeState = new FluentThemeState(Application.Current.ThemeMode.
Value
, useLightColors);
99
s_currentFluentThemeState = new FluentThemeState(newThemeMode.
Value
, useLightColors);
System\Windows\ThemeMode.cs (3)
76
public bool Equals(ThemeMode other) => string.Equals(
Value
, other.
Value
, StringComparison.Ordinal);
119
public override string ToString() =>
Value
;
System\Windows\ThemeModeConverter.cs (1)
101
return themeMode.
Value
;