2 writes to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
670_processInputEventArgs = null; 888_processInputEventArgs = processInputEventArgs;
3 references to _processInputEventArgs
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
667ProcessInputEventArgs processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new ProcessInputEventArgs(); 894_processInputEventArgs.Reset(null, null);