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