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);
759
if(
_stagingArea
.Count > 0)
761
input =
_stagingArea
.Pop();
776
if(
_stagingArea
.Count > 0)
778
input =
_stagingArea
.Peek();
795
if(
_stagingArea
.Count > 0)