1 write to TextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
96TextView = textView;
8 references to TextView
Microsoft.CodeAnalysis.CSharp.EditorFeatures (8)
EventHookup\EventHookupSessionManager.cs (8)
69var caretPoint = analyzedSession.TextView.GetCaretPoint(analyzedSession.SubjectBuffer); 80_toolTipPresenter = _toolTipService.CreatePresenter(analyzedSession.TextView, 99analyzedSession.TextView.TextSnapshot.TextBuffer.Changed += TextBuffer_Changed; 100CurrentSession.Dismissed += () => { analyzedSession.TextView.TextSnapshot.TextBuffer.Changed -= TextBuffer_Changed; }; 102analyzedSession.TextView.Caret.PositionChanged += Caret_PositionChanged; 103CurrentSession.Dismissed += () => { analyzedSession.TextView.Caret.PositionChanged -= Caret_PositionChanged; }; 113analyzedSession.TextView, ReasonForDismiss.DismissedAfterBufferChange, CancellationToken.None).ConfigureAwait(true); 197var caretPoint = CurrentSession.TextView.GetCaretPoint(CurrentSession.SubjectBuffer);