2 writes to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
665
_processInputEventArgs
= null;
883
_processInputEventArgs
= processInputEventArgs;
3 references to _processInputEventArgs
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
662
ProcessInputEventArgs processInputEventArgs = (
_processInputEventArgs
!= null) ?
_processInputEventArgs
: new ProcessInputEventArgs();
889
_processInputEventArgs
.Reset(null, null);