2 writes to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
656_notifyInputEventArgs = null; 874_notifyInputEventArgs = notifyInputEventArgs;
3 references to _notifyInputEventArgs
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
653NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs(); 880_notifyInputEventArgs.Reset(null, null);