4 references to EventRouteFactory
PresentationCore (4)
Core\CSharp\System\Windows\UIElement.cs (4)
2282
EventRoute route =
EventRouteFactory
.FetchObject(args.RoutedEvent);
2325
EventRouteFactory
.RecycleObject(route);
2334
EventRoute route =
EventRouteFactory
.FetchObject(args.RoutedEvent);
2374
EventRouteFactory
.RecycleObject(route);