2 writes to _processInputEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
870_processInputEventArgs = null; 1092_processInputEventArgs = processInputEventArgs;
3 references to _processInputEventArgs
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputManager.cs (3)
867ProcessInputEventArgs processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new ProcessInputEventArgs(); 1098_processInputEventArgs.Reset(null, null);