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