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