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