3 references to _globalIndexToEventMap
PresentationCore (3)
Core\CSharp\System\Windows\GlobalEventManager.cs (3)
435if (_globalIndexToEventMap.Count >= Int32.MaxValue) 440index = _globalIndexToEventMap.Add(value); 448return _globalIndexToEventMap[globalIndex];