3 references to GetNextAvailableGlobalIndex
PresentationCore (3)
System\Windows\EventPrivateKey.cs (1)
26
GlobalIndex = 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)
137
GlobalIndex = GlobalEventManager.
GetNextAvailableGlobalIndex
();