1 write to _cacheControlLightColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
559
_cacheControlLightColor
= CreateInstance(SystemResourceKeyID.ControlLightColor);
2 references to _cacheControlLightColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
557
if (
_cacheControlLightColor
== null)
562
return
_cacheControlLightColor
;