1 write to _cacheActiveCaptionTextColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
477
_cacheActiveCaptionTextColor
= CreateInstance(SystemResourceKeyID.ActiveCaptionTextColor);
2 references to _cacheActiveCaptionTextColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
475
if (
_cacheActiveCaptionTextColor
== null)
480
return
_cacheActiveCaptionTextColor
;