3 references to GetRoutedEventFromName
PresentationCore (3)
System\Windows\EventManager.cs (2)
74
if (GlobalEventManager.
GetRoutedEventFromName
(name, ownerType, false) != null)
258
return GlobalEventManager.
GetRoutedEventFromName
(name, ownerType, true);
System\Windows\GlobalEventManager.cs (1)
26
Debug.Assert(
GetRoutedEventFromName
(name, ownerType, false) == null,