2 writes to _notifyInputEventArgs
PresentationCore (2)
System\Windows\Input\InputManager.cs (2)
664_notifyInputEventArgs = null; 882_notifyInputEventArgs = notifyInputEventArgs;
3 references to _notifyInputEventArgs
PresentationCore (3)
System\Windows\Input\InputManager.cs (3)
661NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs(); 888_notifyInputEventArgs.Reset(null, null);