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