1 write to GlobalIndex
PresentationCore (1)
System\Windows\EventPrivateKey.cs (1)
26
GlobalIndex
= 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;
269
object existingDelegate = _entries[key.
GlobalIndex
];