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