1 write to _cacheControlLightLightColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
575
_cacheControlLightLightColor
= CreateInstance(SystemResourceKeyID.ControlLightLightColor);
2 references to _cacheControlLightLightColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
573
if (
_cacheControlLightLightColor
== null)
578
return
_cacheControlLightLightColor
;