1 type derived from NotifyInputEventArgs
PresentationCore (1)
System\Windows\Input\ProcessInputEventArgs.cs (1)
21
public class ProcessInputEventArgs :
NotifyInputEventArgs
1 instantiation of NotifyInputEventArgs
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
652
NotifyInputEventArgs notifyInputEventArgs = _notifyInputEventArgs ?? new
NotifyInputEventArgs
();
12 references to NotifyInputEventArgs
PresentationCore (12)
System\Windows\Input\InputManager.cs (2)
652
NotifyInputEventArgs
notifyInputEventArgs = _notifyInputEventArgs ?? new NotifyInputEventArgs();
922
private
NotifyInputEventArgs
_notifyInputEventArgs;
System\Windows\Input\KeyboardDevice.cs (3)
670
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)
965
private RawKeyboardInputReport ExtractRawKeyboardInputReport(
NotifyInputEventArgs
e, RoutedEvent Event)
981
private RawKeyboardActions GetNonRedundantActions(
NotifyInputEventArgs
e)
System\Windows\Input\MouseDevice.cs (2)
1383
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)
2061
private RawMouseActions GetNonRedundantActions(
NotifyInputEventArgs
e)
System\Windows\Input\NotifyInputEventArgs.cs (2)
63
/// <see cref="
NotifyInputEventArgs
"/>.
65
public delegate void NotifyInputEventHandler(object sender,
NotifyInputEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
163
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)
1262
private void UpdateTapCount(
NotifyInputEventArgs
args)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
984
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)