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