Base:
method
Reset
System.Windows.Input.NotifyInputEventArgs.Reset(System.Windows.Input.StagingAreaInputItem, System.Windows.Input.InputManager)
1 override of Reset
PresentationCore (1)
Core\CSharp\System\Windows\Input\PreProcessInputEventArgs.cs (1)
29internal override void Reset(StagingAreaInputItem input, InputManager inputManager)
3 references to Reset
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
1064processInputEventArgs.Reset(item, this); 1098_processInputEventArgs.Reset(null, null);
Core\CSharp\System\Windows\Input\PreProcessInputEventArgs.cs (1)
32base.Reset(input, inputManager);