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