13 types derived from InputEventArgs
PresentationCore (13)
System\Windows\Input\Command\CommandDevice.cs (1)
299internal class CommandDeviceEventArgs : InputEventArgs
System\Windows\Input\InputReportEventArgs.cs (1)
16internal class InputReportEventArgs : InputEventArgs
System\Windows\Input\KeyboardEventArgs.cs (1)
15public class KeyboardEventArgs : InputEventArgs
System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (1)
20public sealed class ManipulationBoundaryFeedbackEventArgs : InputEventArgs
System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
20public sealed class ManipulationCompletedEventArgs : InputEventArgs
System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
20public sealed class ManipulationDeltaEventArgs : InputEventArgs
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
23public sealed class ManipulationInertiaStartingEventArgs : InputEventArgs
System\Windows\Input\ManipulationStartedEventArgs.cs (1)
20public sealed class ManipulationStartedEventArgs : InputEventArgs
System\Windows\Input\ManipulationStartingEventArgs.cs (1)
20public sealed class ManipulationStartingEventArgs : InputEventArgs
System\Windows\Input\MouseEventArgs.cs (1)
15public class MouseEventArgs : InputEventArgs
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (1)
16public class StylusEventArgs : InputEventArgs
System\Windows\Input\TextCompositionEventArgs.cs (1)
19public class TextCompositionEventArgs : InputEventArgs
System\Windows\Input\TouchEventArgs.cs (1)
15public class TouchEventArgs : InputEventArgs
45 references to InputEventArgs
PresentationCore (24)
System\Windows\Input\Command\CommandBindingCollection.cs (1)
362internal ICommand FindMatch(object targetElement, InputEventArgs inputEventArgs)
System\Windows\Input\Command\CommandManager.cs (2)
281internal static void TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs) 441private static bool ExecuteCommand(RoutedCommand routedCommand, object parameter, IInputElement target, InputEventArgs inputEventArgs)
System\Windows\Input\Command\InputBindingCollection.cs (1)
448internal InputBinding FindMatch(object targetElement, InputEventArgs inputEventArgs)
System\Windows\Input\Command\InputGesture.cs (1)
51public abstract bool Matches(object targetElement, InputEventArgs inputEventArgs);
System\Windows\Input\Command\InputGestureCollection.cs (1)
438internal InputGesture FindMatch(object targetElement, InputEventArgs inputEventArgs)
System\Windows\Input\Command\KeyGesture.cs (1)
178public override bool Matches(object targetElement, InputEventArgs inputEventArgs)
System\Windows\Input\Command\MouseGesture.cs (2)
131public override bool Matches(object targetElement, InputEventArgs inputEventArgs) 176internal static MouseAction GetMouseAction(InputEventArgs inputArgs)
System\Windows\Input\InputEventHandler.cs (1)
13public delegate void InputEventHandler(object sender, InputEventArgs e);
System\Windows\Input\InputManager.cs (3)
523public bool ProcessInput(InputEventArgs input) 552internal StagingAreaInputItem PushInput(InputEventArgs input, StagingAreaInputItem promote) 751InputEventArgs input = item.Input;
System\Windows\Input\ManipulationDevice.cs (2)
341InputEventArgs inputEventArgs = e.StagingItem.Input; 507internal void ProcessManipulationInput(InputEventArgs e)
System\Windows\Input\ManipulationLogic.cs (3)
304private void PushEvent(InputEventArgs e) 318InputEventArgs generatedEvent = _generatedEvent; 726private InputEventArgs _generatedEvent;
System\Windows\Input\ProcessInputEventArgs.cs (1)
52public StagingAreaInputItem PushInput(InputEventArgs input,
System\Windows\Input\StagingAreaInputItem.cs (3)
29internal void Reset(InputEventArgs input, StagingAreaInputItem promote) 53public InputEventArgs Input 91private InputEventArgs _input;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
388internal void InputManagerProcessInputEventArgs(InputEventArgs input)
System\Windows\Input\TouchDevice.cs (1)
999InputEventArgs inputEventArgs = e.StagingItem.Input;
PresentationFramework (21)
MS\Internal\Ink\EditingCoordinator.cs (4)
692internal void OnInkCanvasDeviceDown(object sender, InputEventArgs args) 781where TEventArgs : InputEventArgs 839internal void OnInkCanvasDeviceUp(object sender, InputEventArgs args) 910where TEventArgs : InputEventArgs
System\Windows\Controls\DataGridCell.cs (1)
1038private void SendInputToColumn(InputEventArgs e)
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
193internal override void OnInput(InputEventArgs e)
System\Windows\Controls\DataGridColumn.cs (2)
1443internal virtual void OnInput(InputEventArgs e) 1447internal void BeginEdit(InputEventArgs e, bool handled)
System\Windows\Controls\DataGridComboBoxColumn.cs (1)
592internal override void OnInput(InputEventArgs e)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
273internal override void OnInput(InputEventArgs e)
System\Windows\Controls\DataGridTextColumn.cs (1)
251internal override void OnInput(InputEventArgs e)
System\Windows\Controls\InkCanvas.cs (2)
2848where TEventArgs : InputEventArgs 2860where TEventArgs : InputEventArgs
System\Windows\Controls\Slider.cs (1)
181public override bool Matches(object targetElement, InputEventArgs inputEventArgs)
System\Windows\Controls\StickyNote.cs (3)
863where TEventArgs : InputEventArgs 882where TEventArgs : InputEventArgs 1230private void OnPreviewDeviceDown(object dc, InputEventArgs args)
System\Windows\Input\KeyboardNavigation.cs (4)
1182private void ProcessInput(InputEventArgs inputEventArgs) 3158private void ProcessForMenuMode(InputEventArgs inputEventArgs) 3397private void ProcessForUIState(InputEventArgs inputEventArgs) 3415private RawUIStateInputReport ExtractRawUIStateInputReport(InputEventArgs e, RoutedEvent Event)