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