1 override of Reset
PresentationCore (1)
System\Windows\Input\ProcessInputEventArgs.cs (1)
33internal override void Reset(StagingAreaInputItem input, InputManager inputManager)
4 references to Reset
PresentationCore (4)
System\Windows\Input\InputManager.cs (3)
738notifyInputEventArgs.Reset(item, this); 838notifyInputEventArgs.Reset(item, this); 893_notifyInputEventArgs.Reset(null, null);
System\Windows\Input\ProcessInputEventArgs.cs (1)
36base.Reset(input, inputManager);