1 type derived from NotifyInputEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (1)
26public class ProcessInputEventArgs : NotifyInputEventArgs
1 instantiation of NotifyInputEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Input\InputManager.cs (1)
866NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs();
11 references to NotifyInputEventArgs
PresentationCore (9)
Core\CSharp\System\Windows\Input\InputManager.cs (2)
866NotifyInputEventArgs notifyInputEventArgs = (_notifyInputEventArgs != null) ? _notifyInputEventArgs : new NotifyInputEventArgs(); 1143private NotifyInputEventArgs _notifyInputEventArgs;
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (3)
761private void PreNotifyInput(object sender, NotifyInputEventArgs e) 1069private RawKeyboardInputReport ExtractRawKeyboardInputReport(NotifyInputEventArgs e, RoutedEvent Event) 1085private RawKeyboardActions GetNonRedundantActions(NotifyInputEventArgs e)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
1484private void PreNotifyInput(object sender, NotifyInputEventArgs e) 2146private RawMouseActions GetNonRedundantActions(NotifyInputEventArgs e)
Core\CSharp\System\Windows\Input\NotifyInputEventArgs.cs (2)
89/// <see cref="NotifyInputEventArgs"/>. 91public delegate void NotifyInputEventHandler(object sender, NotifyInputEventArgs e);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (2)
199private void InputManager_PreNotifyInput(object sender, NotifyInputEventArgs e) 207private void InputManager_PostNotifyInput(object sender, NotifyInputEventArgs e)