2 writes to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
657_processInputEventArgs = null; 877_processInputEventArgs = processInputEventArgs;
2 references to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
654ProcessInputEventArgs processInputEventArgs = _processInputEventArgs ?? new ProcessInputEventArgs(); 883_processInputEventArgs.Reset(null, null);