1 override of Reset
PresentationCore (1)
System\Windows\Input\ProcessInputEventArgs.cs (1)
27internal override void Reset(StagingAreaInputItem input, InputManager inputManager)
4 references to Reset
PresentationCore (4)
System\Windows\Input\InputManager.cs (3)
725notifyInputEventArgs.Reset(item, this); 825notifyInputEventArgs.Reset(item, this); 880_notifyInputEventArgs.Reset(null, null);
System\Windows\Input\ProcessInputEventArgs.cs (1)
30base.Reset(input, inputManager);