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