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