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