1 write to RoutedEvent
PresentationCore (1)
System\Windows\EventRouteFactory.cs (1)
28
eventRoute.
RoutedEvent
= routedEvent;
6 references to RoutedEvent
PresentationCore (6)
System\Windows\EventRoute.cs (5)
17
/// a non-null <see cref="
RoutedEvent
"/>
33
/// the associated <see cref="
RoutedEvent
"/>
36
/// Non-null <see cref="
RoutedEvent
"/> to be associated with
93
/// of the associated <see cref="
RoutedEvent
"/>
98
/// of the associated <see cref="
RoutedEvent
"/>
System\Windows\UIElement.cs (1)
1656
if (args.RoutedEvent != route.
RoutedEvent
)