1 write to _accentDark2
PresentationCore (1)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (1)
100result &= TryGetColorValue(UISettingsRCW.UIColorType.AccentDark2, out _accentDark2);
1 reference to _accentDark2
PresentationCore (1)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (1)
141internal Color AccentDark2 => _useFallbackColor ? _fallbackAccentColor : _accentDark2;