4 references to PreNotifyInput
PresentationCore (4)
System\Windows\Input\KeyboardDevice.cs (1)
32
_inputManager.
PreNotifyInput
+= new NotifyInputEventHandler(PreNotifyInput);
System\Windows\Input\MouseDevice.cs (1)
42
_inputManager.
PreNotifyInput
+= new NotifyInputEventHandler(PreNotifyInput);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
156
_inputManager.
PreNotifyInput
+= new NotifyInputEventHandler(PreNotifyInput);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
38
_inputManager.
PreNotifyInput
+= new NotifyInputEventHandler(PreNotifyInput);