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