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