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