1 write to _cacheControlLightColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
477
_cacheControlLightColor
= CreateInstance(SystemResourceKeyID.ControlLightColor);
2 references to _cacheControlLightColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
475
if (
_cacheControlLightColor
== null)
480
return
_cacheControlLightColor
;