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