1 write to _cacheActiveCaptionTextBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemColors.cs (1)
1257
_cacheActiveCaptionTextBrush
= CreateInstance(SystemResourceKeyID.ActiveCaptionTextBrush);
2 references to _cacheActiveCaptionTextBrush
PresentationFramework (2)
src\Framework\System\Windows\SystemColors.cs (2)
1255
if (
_cacheActiveCaptionTextBrush
== null)
1260
return
_cacheActiveCaptionTextBrush
;