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