Base:
method
Reset
System.Windows.Input.NotifyInputEventArgs.Reset(System.Windows.Input.StagingAreaInputItem, System.Windows.Input.InputManager)
1 override of Reset
PresentationCore (1)
System\Windows\Input\PreProcessInputEventArgs.cs (1)
28internal override void Reset(StagingAreaInputItem input, InputManager inputManager)
3 references to Reset
PresentationCore (3)
System\Windows\Input\InputManager.cs (2)
860processInputEventArgs.Reset(item, this); 894_processInputEventArgs.Reset(null, null);
System\Windows\Input\PreProcessInputEventArgs.cs (1)
31base.Reset(input, inputManager);