5 references to GetHandlersIndex
PresentationCore (5)
Core\CSharp\System\Windows\ClassHandlersStore.cs (2)
82Debug.Assert(GetHandlersIndex(routedEvent) == -1, "There should not exist a set of handlers for the given routedEvent"); 103int index = GetHandlersIndex(routedEvent);
Core\CSharp\System\Windows\GlobalEventManager.cs (3)
339index = classListenersLists.GetHandlersIndex(routedEvent); 374index = classListenersLists.GetHandlersIndex(routedEvent); 395tempIndex = tempClassListenersLists.GetHandlersIndex(routedEvent);