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