1 write to _cacheControlColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
511
_cacheControlColor
= CreateInstance(SystemResourceKeyID.ControlColor);
2 references to _cacheControlColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
509
if (
_cacheControlColor
== null)
514
return
_cacheControlColor
;