1 write to _cacheControlTextColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
591
_cacheControlTextColor
= CreateInstance(SystemResourceKeyID.ControlTextColor);
2 references to _cacheControlTextColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
589
if (
_cacheControlTextColor
== null)
594
return
_cacheControlTextColor
;