10 references to PreProcessInput
PresentationCore (9)
System\Windows\Input\Command\CommandDevice.cs (1)
28_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\KeyboardDevice.cs (1)
31_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\MouseDevice.cs (1)
41_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\PreProcessInputEventArgs.cs (1)
19/// <see cref="InputManager.PreProcessInput"/>
System\Windows\Input\ProcessInputEventArgs.cs (1)
21/// <see cref="InputManager.PreProcessInput"/>
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
155_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
37_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\TextCompositionManager.cs (1)
236_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
System\Windows\Input\TextServicesManager.cs (1)
36_inputManager.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipService.cs (1)
45InputManager.Current.PreProcessInput += new PreProcessInputEventHandler(PreProcessInput);