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