1 write to _cacheAccentColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
925
_cacheAccentColor
= CreateInstance(SystemResourceKeyID.AccentColor);
2 references to _cacheAccentColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
923
if (
_cacheAccentColor
== null)
928
return
_cacheAccentColor
;