1 write to TextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
96TextView = textView;
7 references to TextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures (7)
EventHookup\EventHookupSessionManager.cs (7)
61var caretPoint = analyzedSession.TextView.GetCaretPoint(analyzedSession.SubjectBuffer); 72_toolTipPresenter = _toolTipService.CreatePresenter(analyzedSession.TextView, 91analyzedSession.TextView.TextSnapshot.TextBuffer.Changed += TextBuffer_Changed; 92CurrentSession.Dismissed += () => { analyzedSession.TextView.TextSnapshot.TextBuffer.Changed -= TextBuffer_Changed; }; 94analyzedSession.TextView.Caret.PositionChanged += Caret_PositionChanged; 95CurrentSession.Dismissed += () => { analyzedSession.TextView.Caret.PositionChanged -= Caret_PositionChanged; }; 177var caretPoint = CurrentSession.TextView.GetCaretPoint(CurrentSession.SubjectBuffer);