1 override of Reset
PresentationCore (1)
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (1)
35internal override void Reset(StagingAreaInputItem input, InputManager inputManager)
4 references to Reset
PresentationCore (4)
Core\CSharp\System\Windows\Input\InputManager.cs (3)
936notifyInputEventArgs.Reset(item, this); 1042notifyInputEventArgs.Reset(item, this); 1097_notifyInputEventArgs.Reset(null, null);
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (1)
38base.Reset(input, inputManager);