1 write to _accentColor
PresentationCore (1)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (1)
102_accentColor = systemAccent;
2 references to _accentColor
PresentationCore (2)
MS\Internal\WindowsRuntime\Windows\UI\ViewManagement\UISettings.cs (2)
94if(_accentColor != systemAccent) 136internal Color AccentColor => _useFallbackColor ? _fallbackAccentColor : _accentColor;