10 references to TextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures (10)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
99
EventHookupSessionManager.CurrentSession.
TextView
!= textView)
EventHookup\EventHookupSessionManager.cs (9)
54
var caretPoint = analyzedSession.
TextView
.GetCaretPoint(analyzedSession.SubjectBuffer);
62
IsCaretWithinSpanOrAtEnd(analyzedSession.TrackingSpan, analyzedSession.
TextView
.TextSnapshot, caretPoint.Value))
65
_toolTipPresenter = _toolTipService.CreatePresenter(analyzedSession.
TextView
,
84
analyzedSession.
TextView
.TextSnapshot.TextBuffer.Changed += TextBuffer_Changed;
85
CurrentSession.Dismissed += () => { analyzedSession.
TextView
.TextSnapshot.TextBuffer.Changed -= TextBuffer_Changed; };
87
analyzedSession.
TextView
.Caret.PositionChanged += Caret_PositionChanged;
88
CurrentSession.Dismissed += () => { analyzedSession.
TextView
.Caret.PositionChanged -= Caret_PositionChanged; };
174
var caretPoint = CurrentSession.
TextView
.GetCaretPoint(CurrentSession.SubjectBuffer);
181
var snapshotSpan = CurrentSession.TrackingSpan.GetSpan(CurrentSession.
TextView
.TextSnapshot);