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