1 write to RoutedEvent
PresentationCore (1)
System\Windows\EventRouteFactory.cs (1)
27eventRoute.RoutedEvent = routedEvent;
6 references to RoutedEvent
PresentationCore (6)
System\Windows\EventRoute.cs (5)
16/// a non-null <see cref="RoutedEvent"/> 32/// the associated <see cref="RoutedEvent"/> 35/// Non-null <see cref="RoutedEvent"/> to be associated with 92/// of the associated <see cref="RoutedEvent"/> 97/// of the associated <see cref="RoutedEvent"/>
System\Windows\UIElement.cs (1)
1647if (args.RoutedEvent != route.RoutedEvent)