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