2 writes to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
652_notifyInputEventArgs = null; 872_notifyInputEventArgs = notifyInputEventArgs;
2 references to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
649NotifyInputEventArgs notifyInputEventArgs = _notifyInputEventArgs ?? new NotifyInputEventArgs(); 878_notifyInputEventArgs.Reset(null, null);