5 references to PreProcessInput
PresentationCore (4)
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\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);