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)
534
_stagingArea
.Push(inputItem);
557
if(
_stagingArea
.Count > 0)
559
input =
_stagingArea
.Pop();
570
if(
_stagingArea
.Count > 0)
572
input =
_stagingArea
.Peek();
585
if(
_stagingArea
.Count > 0)