4 references to TextView
Microsoft.CodeAnalysis.EditorFeatures (4)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (4)
413
var afterBrace =
TextView
.BufferGraph.MapUpToBuffer(closingSnapshotPoint,
414
PointTrackingMode.Negative, PositionAffinity.Predecessor,
TextView
.TextBuffer);
420
TextView
.Caret.MoveTo(afterBrace.Value);
474
TextView
.TryMoveCaretToAndEnsureVisible(new VirtualSnapshotPoint(caretLine, result.CaretLocation.Character));