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