2 writes to _processInputEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
870
_processInputEventArgs
= null;
1092
_processInputEventArgs
= processInputEventArgs;
3 references to _processInputEventArgs
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputManager.cs (3)
867
ProcessInputEventArgs processInputEventArgs = (
_processInputEventArgs
!= null) ?
_processInputEventArgs
: new ProcessInputEventArgs();
1098
_processInputEventArgs
.Reset(null, null);