Implemented interface member:
1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (1)
55TextView = textView;
4 references to TextView
Microsoft.CodeAnalysis.EditorFeatures (4)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (4)
381var afterBrace = TextView.BufferGraph.MapUpToBuffer(closingSnapshotPoint, 382PointTrackingMode.Negative, PositionAffinity.Predecessor, TextView.TextBuffer); 388TextView.Caret.MoveTo(afterBrace.Value); 442TextView.TryMoveCaretToAndEnsureVisible(new VirtualSnapshotPoint(caretLine, result.CaretLocation.Character));