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