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