1 write to _cacheAccentColorLight1Brush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2109
_cacheAccentColorLight1Brush
= CreateInstance(SystemResourceKeyID.AccentColorLight1Brush);
2 references to _cacheAccentColorLight1Brush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2107
if(
_cacheAccentColorLight1Brush
== null)
2112
return
_cacheAccentColorLight1Brush
;