5 references to GetRoutedEventFromName
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1383RoutedEvent routedEvent = EventManager.GetRoutedEventFromName(eventProperty.Name,
System\Windows\Markup\Baml2006\WpfXamlType.cs (1)
224RoutedEvent re = EventManager.GetRoutedEventFromName(
System\Windows\Markup\RoutedEventConverter.cs (1)
117routedEvent = EventManager.GetRoutedEventFromName(routedEventName, type);
System\Windows\Markup\RoutedEventValueSerializer.cs (1)
62return EventManager.GetRoutedEventFromName(name, type);
System\Windows\Markup\XamlTypeMapper.cs (1)
2004Event = EventManager.GetRoutedEventFromName(localName,ownerType);