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