10 references to PostProcessInput
PresentationCore (8)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
196
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
45
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
57
_inputManager.
PostProcessInput
-= new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (1)
22
/// <see cref="InputManager.
PostProcessInput
"/>
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
284
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
46
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
76
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
87
_inputManager.
PostProcessInput
-= new ProcessInputEventHandler(PostProcessInput);
PresentationFramework (2)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
42
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(OnPostProcessInput);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
93
inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);