Implemented interface member:
1 write to TextView
Microsoft.CodeAnalysis.EditorFeatures (1)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (1)
55
TextView
= textView;
4 references to TextView
Microsoft.CodeAnalysis.EditorFeatures (4)
AutomaticCompletion\BraceCompletionSessionProvider.BraceCompletionSession.cs (4)
381
var afterBrace =
TextView
.BufferGraph.MapUpToBuffer(closingSnapshotPoint,
382
PointTrackingMode.Negative, PositionAffinity.Predecessor,
TextView
.TextBuffer);
388
TextView
.Caret.MoveTo(afterBrace.Value);
442
TextView
.TryMoveCaretToAndEnsureVisible(new VirtualSnapshotPoint(caretLine, result.CaretLocation.Character));