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