7 references to TextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
EventHookup\EventHookupSessionManager.cs (7)
63var caretPoint = analyzedSession.TextView.GetCaretPoint(analyzedSession.SubjectBuffer); 74_toolTipPresenter = _toolTipService.CreatePresenter(analyzedSession.TextView, 93analyzedSession.TextView.TextSnapshot.TextBuffer.Changed += TextBuffer_Changed; 94CurrentSession.Dismissed += () => { analyzedSession.TextView.TextSnapshot.TextBuffer.Changed -= TextBuffer_Changed; }; 96analyzedSession.TextView.Caret.PositionChanged += Caret_PositionChanged; 97CurrentSession.Dismissed += () => { analyzedSession.TextView.Caret.PositionChanged -= Caret_PositionChanged; }; 179var caretPoint = CurrentSession.TextView.GetCaretPoint(CurrentSession.SubjectBuffer);