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