1 write to _cacheControlColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
429
_cacheControlColor
= CreateInstance(SystemResourceKeyID.ControlColor);
2 references to _cacheControlColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
427
if (
_cacheControlColor
== null)
432
return
_cacheControlColor
;