1 write to _cacheActiveCaptionTextBrush
PresentationFramework (1)
System\Windows\SystemColors.cs (1)
1597
_cacheActiveCaptionTextBrush
= CreateInstance(SystemResourceKeyID.ActiveCaptionTextBrush);
2 references to _cacheActiveCaptionTextBrush
PresentationFramework (2)
System\Windows\SystemColors.cs (2)
1595
if (
_cacheActiveCaptionTextBrush
== null)
1600
return
_cacheActiveCaptionTextBrush
;