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);
566
if(
_stagingArea
.Count > 0)
568
input =
_stagingArea
.Pop();
579
if(
_stagingArea
.Count > 0)
581
input =
_stagingArea
.Peek();
594
if(
_stagingArea
.Count > 0)