3 references to GetRoutedEventFromName
PresentationCore (3)
Core\CSharp\System\Windows\EventManager.cs (2)
82
if (GlobalEventManager.
GetRoutedEventFromName
(name, ownerType, false) != null)
285
return GlobalEventManager.
GetRoutedEventFromName
(name, ownerType, true);
Core\CSharp\System\Windows\GlobalEventManager.cs (1)
23
Debug.Assert(
GetRoutedEventFromName
(name, ownerType, false) == null,