1 write to _cacheGradientActiveCaptionBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1741
_cacheGradientActiveCaptionBrush
= CreateInstance(SystemResourceKeyID.GradientActiveCaptionBrush);
2 references to _cacheGradientActiveCaptionBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1739
if (
_cacheGradientActiveCaptionBrush
== null)
1744
return
_cacheGradientActiveCaptionBrush
;