1 write to _cacheGradientActiveCaptionBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1401
_cacheGradientActiveCaptionBrush
= CreateInstance(SystemResourceKeyID.GradientActiveCaptionBrush);
2 references to _cacheGradientActiveCaptionBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1399
if (
_cacheGradientActiveCaptionBrush
== null)
1404
return
_cacheGradientActiveCaptionBrush
;