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