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