1 write to _cacheAccentColorLight3Brush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
2139
_cacheAccentColorLight3Brush
= CreateInstance(SystemResourceKeyID.AccentColorLight3Brush);
2 references to _cacheAccentColorLight3Brush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
2137
if(
_cacheAccentColorLight3Brush
== null)
2142
return
_cacheAccentColorLight3Brush
;