1 write to _cacheGradientActiveCaptionColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
621
_cacheGradientActiveCaptionColor
= CreateInstance(SystemResourceKeyID.GradientActiveCaptionColor);
2 references to _cacheGradientActiveCaptionColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
619
if (
_cacheGradientActiveCaptionColor
== null)
624
return
_cacheGradientActiveCaptionColor
;