1 type derived from NotifyInputEventArgs
PresentationCore (1)
System\Windows\Input\ProcessInputEventArgs.cs (1)
28public class ProcessInputEventArgs : NotifyInputEventArgs
1 instantiation of NotifyInputEventArgs
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
666NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs();
12 references to NotifyInputEventArgs
PresentationCore (12)
System\Windows\Input\InputManager.cs (2)
666NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs(); 934private NotifyInputEventArgs _notifyInputEventArgs;
System\Windows\Input\KeyboardDevice.cs (3)
705private void PreNotifyInput(object sender, NotifyInputEventArgs e) 1003private RawKeyboardInputReport ExtractRawKeyboardInputReport(NotifyInputEventArgs e, RoutedEvent Event) 1019private RawKeyboardActions GetNonRedundantActions(NotifyInputEventArgs e)
System\Windows\Input\MouseDevice.cs (2)
1401private void PreNotifyInput(object sender, NotifyInputEventArgs e) 2062private RawMouseActions GetNonRedundantActions(NotifyInputEventArgs e)
System\Windows\Input\NotifyInputEventArgs.cs (2)
70/// <see cref="NotifyInputEventArgs"/>. 72public delegate void NotifyInputEventHandler(object sender, NotifyInputEventArgs e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
181private void PreNotifyInput(object sender, NotifyInputEventArgs e) 1278private void UpdateTapCount(NotifyInputEventArgs args)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
985private void PreNotifyInput(object sender, NotifyInputEventArgs e)