2 writes to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
649_processInputEventArgs = null; 869_processInputEventArgs = processInputEventArgs;
2 references to _processInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
646ProcessInputEventArgs processInputEventArgs = _processInputEventArgs ?? new ProcessInputEventArgs(); 875_processInputEventArgs.Reset(null, null);