2 writes to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
648_notifyInputEventArgs = null; 868_notifyInputEventArgs = notifyInputEventArgs;
2 references to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
645NotifyInputEventArgs notifyInputEventArgs = _notifyInputEventArgs ?? new NotifyInputEventArgs(); 874_notifyInputEventArgs.Reset(null, null);