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