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