1 write to _cacheControlLightBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1679
_cacheControlLightBrush
= CreateInstance(SystemResourceKeyID.ControlLightBrush);
2 references to _cacheControlLightBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1677
if (
_cacheControlLightBrush
== null)
1682
return
_cacheControlLightBrush
;