1 write to _cacheGradientInactiveCaptionColor
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
639
_cacheGradientInactiveCaptionColor
= CreateInstance(SystemResourceKeyID.GradientInactiveCaptionColor);
2 references to _cacheGradientInactiveCaptionColor
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
637
if (
_cacheGradientInactiveCaptionColor
== null)
642
return
_cacheGradientInactiveCaptionColor
;