2 writes to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
665_processInputEventArgs = null; 883_processInputEventArgs = processInputEventArgs;
3 references to _processInputEventArgs
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
662ProcessInputEventArgs processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new ProcessInputEventArgs(); 889_processInputEventArgs.Reset(null, null);