1 write to _cacheActiveCaptionBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1245_cacheActiveCaptionBrush = CreateInstance(SystemResourceKeyID.ActiveCaptionBrush);
2 references to _cacheActiveCaptionBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1243if (_cacheActiveCaptionBrush == null) 1248return _cacheActiveCaptionBrush;