1 write to _stagingArea
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
186_stagingArea = new Stack();
6 references to _stagingArea
PresentationCore (6)
Core\CSharp\System\Windows\Input\InputManager.cs (6)
724_stagingArea.Push(inputItem); 759if(_stagingArea.Count > 0) 761input = _stagingArea.Pop(); 776if(_stagingArea.Count > 0) 778input = _stagingArea.Peek(); 795if(_stagingArea.Count > 0)