3 references to SetSelection
Microsoft.CodeAnalysis.EditorFeatures (3)
Formatting\FormatCommandHandler.FormatSelection.cs (1)
61
args.TextView.
SetSelection
(currentSelection);
InlineRename\CommandHandlers\AbstractRenameCommandHandler_TabHandler.cs (1)
42
args.TextView.
SetSelection
(newSelection);
Shared\Extensions\ITextViewExtensions.cs (1)
90
SetSelection
(textView, new SnapshotSpan(start.Position, end.Position), isReversed);