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