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