public CommandTargetFilter(IntellisenseSessionStack owner)
 {
     this.owner  = owner;
     wpfTextView = owner.wpfTextView as IDsWpfTextView;
     Debug.Assert(wpfTextView != null);
 }
			public CommandTargetFilter(IntellisenseSessionStack owner) {
				this.owner = owner;
				wpfTextView = owner.wpfTextView as IDsWpfTextView;
				Debug.Assert(wpfTextView != null);
			}