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