1 write to RoutedEvent
PresentationCore (1)
System\Windows\EventRouteFactory.cs (1)
33
eventRoute.
RoutedEvent
= routedEvent;
6 references to RoutedEvent
PresentationCore (6)
System\Windows\EventRoute.cs (5)
23
/// a non-null <see cref="
RoutedEvent
"/>
39
/// the associated <see cref="
RoutedEvent
"/>
42
/// Non-null <see cref="
RoutedEvent
"/> to be associated with
99
/// of the associated <see cref="
RoutedEvent
"/>
104
/// of the associated <see cref="
RoutedEvent
"/>
System\Windows\UIElement.cs (1)
1661
if (args.RoutedEvent != route.
RoutedEvent
)