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