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