1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AbstractController.cs (1)
52this.TextView = textView;
6 references to TextView
Microsoft.CodeAnalysis.EditorFeatures (6)
IntelliSense\AbstractController.cs (6)
59this.TextView.Closed += OnTextViewClosed; 63this.TextView.Caret.PositionChanged += this.OnCaretPositionChanged; 64this.TextView.TextBuffer.PostChanged += this.OnTextViewBufferPostChanged; 76this.TextView.Closed -= OnTextViewClosed; 77this.TextView.Caret.PositionChanged -= this.OnCaretPositionChanged; 78this.TextView.TextBuffer.PostChanged -= this.OnTextViewBufferPostChanged;