1 write to _cacheAccentColorDark3Brush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2186
_cacheAccentColorDark3Brush
= CreateInstance(SystemResourceKeyID.AccentColorDark3Brush);
2 references to _cacheAccentColorDark3Brush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2184
if(
_cacheAccentColorDark3Brush
== null)
2189
return
_cacheAccentColorDark3Brush
;