2 writes to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
653_processInputEventArgs = null; 873_processInputEventArgs = processInputEventArgs;
2 references to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
650ProcessInputEventArgs processInputEventArgs = _processInputEventArgs ?? new ProcessInputEventArgs(); 879_processInputEventArgs.Reset(null, null);