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