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