1 write to _cacheActiveCaptionColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
461
_cacheActiveCaptionColor
= CreateInstance(SystemResourceKeyID.ActiveCaptionColor);
2 references to _cacheActiveCaptionColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
459
if (
_cacheActiveCaptionColor
== null)
464
return
_cacheActiveCaptionColor
;