2 writes to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
669_notifyInputEventArgs = null; 887_notifyInputEventArgs = notifyInputEventArgs;
3 references to _notifyInputEventArgs
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
666NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs(); 893_notifyInputEventArgs.Reset(null, null);