10 references to PreProcessInput
PresentationCore (9)
System\Windows\Input\Command\CommandDevice.cs (1)
20
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\KeyboardDevice.cs (1)
19
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\MouseDevice.cs (1)
29
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\PreProcessInputEventArgs.cs (1)
14
/// <see cref="InputManager.
PreProcessInput
"/>
System\Windows\Input\ProcessInputEventArgs.cs (1)
14
/// <see cref="InputManager.
PreProcessInput
"/>
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
137
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
27
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\TextCompositionManager.cs (1)
230
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\TextServicesManager.cs (1)
32
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
42
InputManager.Current.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);