13 types derived from InputEventArgs
PresentationCore (13)
System\Windows\Input\Command\CommandDevice.cs (1)
293
internal class CommandDeviceEventArgs :
InputEventArgs
System\Windows\Input\InputReportEventArgs.cs (1)
10
internal class InputReportEventArgs :
InputEventArgs
System\Windows\Input\KeyboardEventArgs.cs (1)
11
public class KeyboardEventArgs :
InputEventArgs
System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (1)
12
public sealed class ManipulationBoundaryFeedbackEventArgs :
InputEventArgs
System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
12
public sealed class ManipulationCompletedEventArgs :
InputEventArgs
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
12
public sealed class ManipulationDeltaEventArgs :
InputEventArgs
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
15
public sealed class ManipulationInertiaStartingEventArgs :
InputEventArgs
System\Windows\Input\ManipulationStartedEventArgs.cs (1)
12
public sealed class ManipulationStartedEventArgs :
InputEventArgs
System\Windows\Input\ManipulationStartingEventArgs.cs (1)
13
public sealed class ManipulationStartingEventArgs :
InputEventArgs
System\Windows\Input\MouseEventArgs.cs (1)
10
public class MouseEventArgs :
InputEventArgs
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (1)
11
public class StylusEventArgs :
InputEventArgs
System\Windows\Input\TextCompositionEventArgs.cs (1)
16
public class TextCompositionEventArgs :
InputEventArgs
System\Windows\Input\TouchEventArgs.cs (1)
9
public class TouchEventArgs :
InputEventArgs
45 references to InputEventArgs
PresentationCore (24)
System\Windows\Input\Command\CommandBindingCollection.cs (1)
348
internal ICommand FindMatch(object targetElement,
InputEventArgs
inputEventArgs)
System\Windows\Input\Command\CommandManager.cs (2)
269
internal static void TranslateInput(IInputElement targetElement,
InputEventArgs
inputEventArgs)
429
private static bool ExecuteCommand(RoutedCommand routedCommand, object parameter, IInputElement target,
InputEventArgs
inputEventArgs)
System\Windows\Input\Command\InputBindingCollection.cs (1)
420
internal InputBinding FindMatch(object targetElement,
InputEventArgs
inputEventArgs)
System\Windows\Input\Command\InputGesture.cs (1)
47
public abstract bool Matches(object targetElement,
InputEventArgs
inputEventArgs);
System\Windows\Input\Command\InputGestureCollection.cs (1)
423
internal InputGesture FindMatch(object targetElement,
InputEventArgs
inputEventArgs)
System\Windows\Input\Command\KeyGesture.cs (1)
174
public override bool Matches(object targetElement,
InputEventArgs
inputEventArgs)
System\Windows\Input\Command\MouseGesture.cs (2)
127
public override bool Matches(object targetElement,
InputEventArgs
inputEventArgs)
172
internal static MouseAction GetMouseAction(
InputEventArgs
inputArgs)
System\Windows\Input\InputEventHandler.cs (1)
9
public delegate void InputEventHandler(object sender,
InputEventArgs
e);
System\Windows\Input\InputManager.cs (3)
509
public bool ProcessInput(
InputEventArgs
input)
538
internal StagingAreaInputItem PushInput(
InputEventArgs
input, StagingAreaInputItem promote)
737
InputEventArgs
input = item.Input;
System\Windows\Input\ManipulationDevice.cs (2)
325
InputEventArgs
inputEventArgs = e.StagingItem.Input;
491
internal void ProcessManipulationInput(
InputEventArgs
e)
System\Windows\Input\ManipulationLogic.cs (3)
298
private void PushEvent(
InputEventArgs
e)
312
InputEventArgs
generatedEvent = _generatedEvent;
719
private
InputEventArgs
_generatedEvent;
System\Windows\Input\ProcessInputEventArgs.cs (1)
45
public StagingAreaInputItem PushInput(
InputEventArgs
input,
System\Windows\Input\StagingAreaInputItem.cs (3)
26
internal void Reset(
InputEventArgs
input, StagingAreaInputItem promote)
50
public
InputEventArgs
Input
88
private
InputEventArgs
_input;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
381
internal void InputManagerProcessInputEventArgs(
InputEventArgs
input)
System\Windows\Input\TouchDevice.cs (1)
988
InputEventArgs
inputEventArgs = e.StagingItem.Input;
PresentationFramework (21)
MS\Internal\Ink\EditingCoordinator.cs (4)
673
internal void OnInkCanvasDeviceDown(object sender,
InputEventArgs
args)
762
where TEventArgs :
InputEventArgs
820
internal void OnInkCanvasDeviceUp(object sender,
InputEventArgs
args)
888
where TEventArgs :
InputEventArgs
System\Windows\Controls\DataGridCell.cs (1)
1019
private void SendInputToColumn(
InputEventArgs
e)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
185
internal override void OnInput(
InputEventArgs
e)
System\Windows\Controls\DataGridColumn.cs (2)
1432
internal virtual void OnInput(
InputEventArgs
e)
1436
internal void BeginEdit(
InputEventArgs
e, bool handled)
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
586
internal override void OnInput(
InputEventArgs
e)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
265
internal override void OnInput(
InputEventArgs
e)
System\Windows\Controls\DataGridTextColumn.cs (1)
247
internal override void OnInput(
InputEventArgs
e)
System\Windows\Controls\InkCanvas.cs (2)
2851
where TEventArgs :
InputEventArgs
2863
where TEventArgs :
InputEventArgs
System\Windows\Controls\Slider.cs (1)
169
public override bool Matches(object targetElement,
InputEventArgs
inputEventArgs)
System\Windows\Controls\StickyNote.cs (3)
827
where TEventArgs :
InputEventArgs
846
where TEventArgs :
InputEventArgs
1191
private void OnPreviewDeviceDown(object dc,
InputEventArgs
args)
System\Windows\Input\KeyboardNavigation.cs (4)
1173
private void ProcessInput(
InputEventArgs
inputEventArgs)
3142
private void ProcessForMenuMode(
InputEventArgs
inputEventArgs)
3381
private void ProcessForUIState(
InputEventArgs
inputEventArgs)
3399
private RawUIStateInputReport ExtractRawUIStateInputReport(
InputEventArgs
e, RoutedEvent Event)