5 references to GetHandlersIndex
PresentationCore (5)
System\Windows\ClassHandlersStore.cs (2)
86Debug.Assert(GetHandlersIndex(routedEvent) == -1, "There should not exist a set of handlers for the given routedEvent"); 109int index = GetHandlersIndex(routedEvent);
System\Windows\GlobalEventManager.cs (3)
340index = classListenersLists.GetHandlersIndex(routedEvent); 375index = classListenersLists.GetHandlersIndex(routedEvent); 396tempIndex = tempClassListenersLists.GetHandlersIndex(routedEvent);