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