1 write to _cacheGradientInactiveCaptionBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1417
_cacheGradientInactiveCaptionBrush
= CreateInstance(SystemResourceKeyID.GradientInactiveCaptionBrush);
2 references to _cacheGradientInactiveCaptionBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1415
if (
_cacheGradientInactiveCaptionBrush
== null)
1420
return
_cacheGradientInactiveCaptionBrush
;