4 references to SetSelection
Microsoft.CodeAnalysis.EditorFeatures (4)
Formatting\FormatCommandHandler.FormatSelection.cs (1)
61args.TextView.SetSelection(currentSelection);
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
256_textView.SetSelection(new SnapshotSpan(startPoint + start, length));
Shared\Extensions\ITextViewExtensions.cs (2)
90SetSelection(textView, new SnapshotSpan(start.Position, end.Position), isReversed); 116SetSelection(textView, span, isReversed: false);