1 write to _stagingArea
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
147
_stagingArea
= new Stack();
6 references to _stagingArea
PresentationCore (6)
System\Windows\Input\InputManager.cs (6)
531
_stagingArea
.Push(inputItem);
554
if(
_stagingArea
.Count > 0)
556
input =
_stagingArea
.Pop();
567
if(
_stagingArea
.Count > 0)
569
input =
_stagingArea
.Peek();
582
if(
_stagingArea
.Count > 0)