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