12 types derived from InputEventArgs
PresentationCore (12)
Core\CSharp\System\Windows\Input\Command\CommandDevice.cs (1)
321internal class CommandDeviceEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\InputReportEventArgs.cs (1)
12internal class InputReportEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\KeyboardEventArgs.cs (1)
10public class KeyboardEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (1)
19public sealed class ManipulationBoundaryFeedbackEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\ManipulationCompletedEventArgs.cs (1)
19public sealed class ManipulationCompletedEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\ManipulationDeltaEventArgs.cs (1)
19public sealed class ManipulationDeltaEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (1)
22public sealed class ManipulationInertiaStartingEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\ManipulationStartedEventArgs.cs (1)
19public sealed class ManipulationStartedEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\ManipulationStartingEventArgs.cs (1)
19public sealed class ManipulationStartingEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\MouseEventArgs.cs (1)
11public class MouseEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\TextCompositionEventArgs.cs (1)
21public class TextCompositionEventArgs : InputEventArgs
Core\CSharp\System\Windows\Input\TouchEventArgs.cs (1)
14public class TouchEventArgs : InputEventArgs
45 references to InputEventArgs
PresentationCore (23)
Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs (1)
386internal ICommand FindMatch(object targetElement, InputEventArgs inputEventArgs)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
346internal static void TranslateInput(IInputElement targetElement, InputEventArgs inputEventArgs) 509private static bool ExecuteCommand(RoutedCommand routedCommand, object parameter, IInputElement target, InputEventArgs inputEventArgs)
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (1)
454internal InputBinding FindMatch(object targetElement, InputEventArgs inputEventArgs)
Core\CSharp\System\Windows\Input\Command\InputGesture.cs (1)
53public abstract bool Matches(object targetElement, InputEventArgs inputEventArgs);
Core\CSharp\System\Windows\Input\Command\InputGestureCollection.cs (1)
450internal InputGesture FindMatch(object targetElement, InputEventArgs inputEventArgs)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
181public override bool Matches(object targetElement, InputEventArgs inputEventArgs)
Core\CSharp\System\Windows\Input\Command\MouseGesture.cs (2)
134public override bool Matches(object targetElement, InputEventArgs inputEventArgs) 179internal static MouseAction GetMouseAction(InputEventArgs inputArgs)
Core\CSharp\System\Windows\Input\InputEventHandler.cs (1)
8public delegate void InputEventHandler(object sender, InputEventArgs e);
Core\CSharp\System\Windows\Input\InputManager.cs (3)
692public bool ProcessInput(InputEventArgs input) 732internal StagingAreaInputItem PushInput(InputEventArgs input, StagingAreaInputItem promote) 949InputEventArgs input = item.Input;
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
392InputEventArgs inputEventArgs = e.StagingItem.Input; 582internal void ProcessManipulationInput(InputEventArgs e)
Core\CSharp\System\Windows\Input\ManipulationLogic.cs (3)
333private void PushEvent(InputEventArgs e) 352InputEventArgs generatedEvent = _generatedEvent; 779private InputEventArgs _generatedEvent;
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (1)
63public StagingAreaInputItem PushInput(InputEventArgs input,
Core\CSharp\System\Windows\Input\StagingAreaInputItem.cs (3)
26internal void Reset(InputEventArgs input, StagingAreaInputItem promote) 61public InputEventArgs Input 113private InputEventArgs _input;
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
1088InputEventArgs inputEventArgs = e.StagingItem.Input;
PresentationFramework (21)
src\Framework\MS\Internal\Ink\EditingCoordinator.cs (4)
717internal void OnInkCanvasDeviceDown(object sender, InputEventArgs args) 819where TEventArgs : InputEventArgs 877internal void OnInkCanvasDeviceUp(object sender, InputEventArgs args) 949where TEventArgs : InputEventArgs
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
994private void SendInputToColumn(InputEventArgs e)
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
182internal override void OnInput(InputEventArgs e)
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
1450internal virtual void OnInput(InputEventArgs e) 1454internal void BeginEdit(InputEventArgs e, bool handled)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
593internal override void OnInput(InputEventArgs e)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
274internal override void OnInput(InputEventArgs e)
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (1)
252internal override void OnInput(InputEventArgs e)
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
2995where TEventArgs : InputEventArgs 3007where TEventArgs : InputEventArgs
src\Framework\System\Windows\Controls\Slider.cs (1)
183public override bool Matches(object targetElement, InputEventArgs inputEventArgs)
src\Framework\System\Windows\Controls\StickyNote.cs (3)
873where TEventArgs : InputEventArgs 892where TEventArgs : InputEventArgs 1240private void OnPreviewDeviceDown(object dc, InputEventArgs args)
src\Framework\System\Windows\Input\KeyboardNavigation.cs (4)
1266private void ProcessInput(InputEventArgs inputEventArgs) 3251private void ProcessForMenuMode(InputEventArgs inputEventArgs) 3509private void ProcessForUIState(InputEventArgs inputEventArgs) 3531private RawUIStateInputReport ExtractRawUIStateInputReport(InputEventArgs e, RoutedEvent Event)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
160public override bool Matches(object targetElement, InputEventArgs inputEventArgs)