4 references to PreProcessInput
PresentationCore (4)
Core\CSharp\System\Windows\Input\PreProcessInputEventArgs.cs (1)
16
/// <see cref="InputManager.
PreProcessInput
"/>
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (1)
19
/// <see cref="InputManager.
PreProcessInput
"/>
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
283
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
45
_inputManager.
PreProcessInput
+= new PreProcessInputEventHandler(PreProcessInput);