2 writes to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
657
_processInputEventArgs
= null;
875
_processInputEventArgs
= processInputEventArgs;
3 references to _processInputEventArgs
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
654
ProcessInputEventArgs processInputEventArgs = (
_processInputEventArgs
!= null) ?
_processInputEventArgs
: new ProcessInputEventArgs();
881
_processInputEventArgs
.Reset(null, null);