1 write to _cacheControlTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
509
_cacheControlTextColor
= CreateInstance(SystemResourceKeyID.ControlTextColor);
2 references to _cacheControlTextColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
507
if (
_cacheControlTextColor
== null)
512
return
_cacheControlTextColor
;