1 type derived from NotifyInputEventArgs
PresentationCore (1)
System\Windows\Input\ProcessInputEventArgs.cs (1)
22
public class ProcessInputEventArgs :
NotifyInputEventArgs
1 instantiation of NotifyInputEventArgs
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
653
NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new
NotifyInputEventArgs
();
12 references to NotifyInputEventArgs
PresentationCore (12)
System\Windows\Input\InputManager.cs (2)
653
NotifyInputEventArgs
notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs();
921
private
NotifyInputEventArgs
_notifyInputEventArgs;
System\Windows\Input\KeyboardDevice.cs (3)
662
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)
960
private RawKeyboardInputReport ExtractRawKeyboardInputReport(
NotifyInputEventArgs
e, RoutedEvent Event)
976
private RawKeyboardActions GetNonRedundantActions(
NotifyInputEventArgs
e)
System\Windows\Input\MouseDevice.cs (2)
1369
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)
2030
private RawMouseActions GetNonRedundantActions(
NotifyInputEventArgs
e)
System\Windows\Input\NotifyInputEventArgs.cs (2)
64
/// <see cref="
NotifyInputEventArgs
"/>.
66
public delegate void NotifyInputEventHandler(object sender,
NotifyInputEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
164
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)
1261
private void UpdateTapCount(
NotifyInputEventArgs
args)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
976
private void PreNotifyInput(object sender,
NotifyInputEventArgs
e)