1 write to _cacheGradientInactiveCaptionColor
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
557
_cacheGradientInactiveCaptionColor
= CreateInstance(SystemResourceKeyID.GradientInactiveCaptionColor);
2 references to _cacheGradientInactiveCaptionColor
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
555
if (
_cacheGradientInactiveCaptionColor
== null)
560
return
_cacheGradientInactiveCaptionColor
;