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