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)
654ProcessInputEventArgs processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new ProcessInputEventArgs(); 881_processInputEventArgs.Reset(null, null);