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)
944
AddHandler(
SelectionChangedEvent
, value);
949
RemoveHandler(
SelectionChangedEvent
, value);
2013
OnSelectionChanged(new RoutedEventArgs(
SelectionChangedEvent
));