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