21 references to PostProcessInput
PresentationCore (13)
System\Windows\Input\AccessKeyManager.cs (1)
163
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\Command\CommandDevice.cs (1)
21
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\KeyboardDevice.cs (1)
21
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\ManipulationDevice.cs (2)
29
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
36
_inputManager.
PostProcessInput
-= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\MouseDevice.cs (1)
31
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\ProcessInputEventArgs.cs (1)
17
/// <see cref="InputManager.
PostProcessInput
"/>
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
139
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
29
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TextCompositionManager.cs (1)
231
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TextServicesManager.cs (1)
33
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TouchDevice.cs (2)
46
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
52
_inputManager.
PostProcessInput
-= new ProcessInputEventHandler(PostProcessInput);
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (1)
26
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(OnPostProcessInput);
System\Windows\Input\KeyboardNavigation.cs (1)
75
inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
41
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
25
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(OnPostProcessInput);
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (2)
77
SWI.InputManager.Current.
PostProcessInput
+= InputManager_PostProcessInput;
848
SWI.InputManager.Current.
PostProcessInput
-= InputManager_PostProcessInput;
System\Windows\Integration\WindowsFormsHost.cs (2)
816
SWI.InputManager.Current.
PostProcessInput
+= InputManager_PostProcessInput;
825
SWI.InputManager.Current.
PostProcessInput
-= InputManager_PostProcessInput;