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