1 write to _cacheAccentColorDark1Brush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2157
_cacheAccentColorDark1Brush
= CreateInstance(SystemResourceKeyID.AccentColorDark1Brush);
2 references to _cacheAccentColorDark1Brush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2155
if(
_cacheAccentColorDark1Brush
== null)
2160
return
_cacheAccentColorDark1Brush
;