1 write to RoutedEvent
PresentationCore (1)
Core\CSharp\System\Windows\EventRouteFactory.cs (1)
29eventRoute.RoutedEvent = routedEvent;
6 references to RoutedEvent
PresentationCore (6)
Core\CSharp\System\Windows\EventRoute.cs (5)
19/// a non-null <see cref="RoutedEvent"/> 35/// the associated <see cref="RoutedEvent"/> 38/// Non-null <see cref="RoutedEvent"/> to be associated with 104/// of the associated <see cref="RoutedEvent"/> 109/// of the associated <see cref="RoutedEvent"/>
Core\CSharp\System\Windows\UIElement.cs (1)
1681if (args.RoutedEvent != route.RoutedEvent)