3 references to GetNextAvailableGlobalIndex
PresentationCore (3)
System\Windows\EventPrivateKey.cs (1)
26GlobalIndex = GlobalEventManager.GetNextAvailableGlobalIndex();
System\Windows\GlobalEventManager.cs (1)
445/// Access must be done atomically, currently only accessed via <see cref="GetNextAvailableGlobalIndex"/> method.
System\Windows\RoutedEvent.cs (1)
137GlobalIndex = GlobalEventManager.GetNextAvailableGlobalIndex();