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