1 write to _cacheAccentColorLight2Brush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2125
_cacheAccentColorLight2Brush
= CreateInstance(SystemResourceKeyID.AccentColorLight2Brush);
2 references to _cacheAccentColorLight2Brush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2123
if(
_cacheAccentColorLight2Brush
== null)
2128
return
_cacheAccentColorLight2Brush
;