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