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