1 write to _cacheControlLightLightBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1695
_cacheControlLightLightBrush
= CreateInstance(SystemResourceKeyID.ControlLightLightBrush);
2 references to _cacheControlLightLightBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1693
if (
_cacheControlLightLightBrush
== null)
1698
return
_cacheControlLightLightBrush
;