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