2 writes to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
656_notifyInputEventArgs = null; 876_notifyInputEventArgs = notifyInputEventArgs;
2 references to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
653NotifyInputEventArgs notifyInputEventArgs = _notifyInputEventArgs ?? new NotifyInputEventArgs(); 882_notifyInputEventArgs.Reset(null, null);