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