1 write to _cacheActiveCaptionTextColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
397
_cacheActiveCaptionTextColor
= CreateInstance(SystemResourceKeyID.ActiveCaptionTextColor);
2 references to _cacheActiveCaptionTextColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
395
if (
_cacheActiveCaptionTextColor
== null)
400
return
_cacheActiveCaptionTextColor
;