1 write to _stagingArea
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
147_stagingArea = new Stack();
6 references to _stagingArea
PresentationCore (6)
System\Windows\Input\InputManager.cs (6)
531_stagingArea.Push(inputItem); 554if(_stagingArea.Count > 0) 556input = _stagingArea.Pop(); 567if(_stagingArea.Count > 0) 569input = _stagingArea.Peek(); 582if(_stagingArea.Count > 0)