1 write to GlobalIndex
PresentationCore (1)
System\Windows\RoutedEvent.cs (1)
137GlobalIndex = GlobalEventManager.GetNextAvailableGlobalIndex();
3 references to GlobalIndex
PresentationCore (3)
System\Windows\EventHandlersStore.cs (3)
158_entries[routedEvent.GlobalIndex] = handlers = new FrugalObjectList<RoutedEventHandlerInfo>(1); 193_entries[routedEvent.GlobalIndex] = DependencyProperty.UnsetValue; 251object list = _entries[key.GlobalIndex];