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