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