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