1 write to _cacheGradientInactiveCaptionBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1759
_cacheGradientInactiveCaptionBrush
= CreateInstance(SystemResourceKeyID.GradientInactiveCaptionBrush);
2 references to _cacheGradientInactiveCaptionBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1757
if (
_cacheGradientInactiveCaptionBrush
== null)
1762
return
_cacheGradientInactiveCaptionBrush
;