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