1 write to GlobalIndex
PresentationCore (1)
System\Windows\EventPrivateKey.cs (1)
27GlobalIndex = GlobalEventManager.GetNextAvailableGlobalIndex();
5 references to GlobalIndex
PresentationCore (5)
System\Windows\EventHandlersStore.cs (5)
61_entries[key.GlobalIndex] = handler; 65_entries[key.GlobalIndex] = Delegate.Combine(existingDelegate, handler); 100_entries[key.GlobalIndex] = DependencyProperty.UnsetValue; 104_entries[key.GlobalIndex] = existingDelegate; 270object existingDelegate = _entries[key.GlobalIndex];