1 write to _stagingArea
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
148_stagingArea = new Stack();
6 references to _stagingArea
PresentationCore (6)
System\Windows\Input\InputManager.cs (6)
535_stagingArea.Push(inputItem); 558if(_stagingArea.Count > 0) 560input = _stagingArea.Pop(); 571if(_stagingArea.Count > 0) 573input = _stagingArea.Peek(); 586if(_stagingArea.Count > 0)