1 write to GlobalIndex
PresentationCore (1)
System\Windows\EventPrivateKey.cs (1)
26GlobalIndex = GlobalEventManager.GetNextAvailableGlobalIndex();
5 references to GlobalIndex
PresentationCore (5)
System\Windows\EventHandlersStore.cs (5)
60_entries[key.GlobalIndex] = handler; 64_entries[key.GlobalIndex] = Delegate.Combine(existingDelegate, handler); 99_entries[key.GlobalIndex] = DependencyProperty.UnsetValue; 103_entries[key.GlobalIndex] = existingDelegate; 269object existingDelegate = _entries[key.GlobalIndex];