1 write to _stagingArea
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
148
_stagingArea
= new Stack();
6 references to _stagingArea
PresentationCore (6)
System\Windows\Input\InputManager.cs (6)
535
_stagingArea
.Push(inputItem);
558
if(
_stagingArea
.Count > 0)
560
input =
_stagingArea
.Pop();
571
if(
_stagingArea
.Count > 0)
573
input =
_stagingArea
.Peek();
586
if(
_stagingArea
.Count > 0)