5 references to SelectionChangedEvent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (2)
38
AddHandler(
SelectionChangedEvent
, value, handledEventsToo: false);
42
RemoveHandler(
SelectionChangedEvent
, value);
PresentationFramework (3)
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
951
AddHandler(
SelectionChangedEvent
, value);
956
RemoveHandler(
SelectionChangedEvent
, value);
2092
OnSelectionChanged(new RoutedEventArgs(
SelectionChangedEvent
));