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)
661
NotifyInputEventArgs notifyInputEventArgs = (
_notifyInputEventArgs
!= null) ?
_notifyInputEventArgs
: new NotifyInputEventArgs();
888
_notifyInputEventArgs
.Reset(null, null);