1 write to _cacheActiveCaptionBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1580
_cacheActiveCaptionBrush
= CreateInstance(SystemResourceKeyID.ActiveCaptionBrush);
2 references to _cacheActiveCaptionBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1578
if (
_cacheActiveCaptionBrush
== null)
1583
return
_cacheActiveCaptionBrush
;