1 write to _cacheAccentColorBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2091
_cacheAccentColorBrush
= CreateInstance(SystemResourceKeyID.AccentColorBrush);
2 references to _cacheAccentColorBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2089
if(
_cacheAccentColorBrush
== null)
2094
return
_cacheAccentColorBrush
;