1 write to _cacheActiveCaptionColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
381
_cacheActiveCaptionColor
= CreateInstance(SystemResourceKeyID.ActiveCaptionColor);
2 references to _cacheActiveCaptionColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
379
if (
_cacheActiveCaptionColor
== null)
384
return
_cacheActiveCaptionColor
;