1 write to _cacheControlLightLightBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1353
_cacheControlLightLightBrush
= CreateInstance(SystemResourceKeyID.ControlLightLightBrush);
2 references to _cacheControlLightLightBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1351
if (
_cacheControlLightLightBrush
== null)
1356
return
_cacheControlLightLightBrush
;