1 write to _stagingArea
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
156_stagingArea = new Stack();
6 references to _stagingArea
PresentationCore (6)
System\Windows\Input\InputManager.cs (6)
543_stagingArea.Push(inputItem); 566if(_stagingArea.Count > 0) 568input = _stagingArea.Pop(); 579if(_stagingArea.Count > 0) 581input = _stagingArea.Peek(); 594if(_stagingArea.Count > 0)