3 references to _globalIndexToEventMap
PresentationCore (3)
System\Windows\GlobalEventManager.cs (3)
434if (_globalIndexToEventMap.Count >= Int32.MaxValue) 439index = _globalIndexToEventMap.Add(value); 447return _globalIndexToEventMap[globalIndex];