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)
534_stagingArea.Push(inputItem); 557if(_stagingArea.Count > 0) 559input = _stagingArea.Pop(); 570if(_stagingArea.Count > 0) 572input = _stagingArea.Peek(); 585if(_stagingArea.Count > 0)