1 override of Reset
PresentationCore (1)
System\Windows\Input\ProcessInputEventArgs.cs (1)
26internal override void Reset(StagingAreaInputItem input, InputManager inputManager)
4 references to Reset
PresentationCore (4)
System\Windows\Input\InputManager.cs (3)
724notifyInputEventArgs.Reset(item, this); 824notifyInputEventArgs.Reset(item, this); 881_notifyInputEventArgs.Reset(null, null);
System\Windows\Input\ProcessInputEventArgs.cs (1)
29base.Reset(input, inputManager);