2 implementations of TextSelectionChanged
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
34public event RoutedEventHandler? TextSelectionChanged
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
59public event RoutedEventHandler? TextSelectionChanged
1 reference to TextSelectionChanged
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
63RenameUserInput.TextSelectionChanged += RenameUserInput_TextSelectionChanged;