11 references to SetSelection
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
184textView.SetSelection(renameSpan.ToSnapshotSpan(subjectBuffer.CurrentSnapshot));
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
FixInterpolatedVerbatimString\FixInterpolatedVerbatimStringCommandHandlerTests.cs (1)
30view.SetSelection(document.SelectedSpans.Single().ToSnapshotSpan(view.TextBuffer.CurrentSnapshot));
Microsoft.CodeAnalysis.EditorFeatures (8)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
192view.SetSelection(methodNameAtInvocation.Value.Span.ToSnapshotSpan(textSnapshot));
Formatting\FormatCommandHandler.FormatSelection.cs (1)
61args.TextView.SetSelection(currentSelection);
InlineRename\CommandHandlers\AbstractRenameCommandHandler_SelectAllHandler.cs (1)
35view.SetSelection(span);
InlineRename\InlineRenameSession.cs (1)
242_triggerView.SetSelection(new SnapshotSpan(triggerSpan.Snapshot, startingSpan));
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
256_textView.SetSelection(new SnapshotSpan(startPoint + start, length));
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
75args.TextView.SetSelection(destTag);
Shared\Extensions\ITextViewExtensions.cs (2)
90SetSelection(textView, new SnapshotSpan(start.Position, end.Position), isReversed); 116SetSelection(textView, span, isReversed: false);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
760textView.SetSelection(trackingSpans.First().GetSpan(textView.TextBuffer.CurrentSnapshot));