1 write to _cacheAccentColorDark2Brush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2173
_cacheAccentColorDark2Brush
= CreateInstance(SystemResourceKeyID.AccentColorDark2Brush);
2 references to _cacheAccentColorDark2Brush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2171
if(
_cacheAccentColorDark2Brush
== null)
2176
return
_cacheAccentColorDark2Brush
;