21 references to PostProcessInput
PresentationCore (13)
System\Windows\Input\AccessKeyManager.cs (1)
176
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\Command\CommandDevice.cs (1)
29
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\KeyboardDevice.cs (1)
33
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\ManipulationDevice.cs (2)
39
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
46
_inputManager.
PostProcessInput
-= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\MouseDevice.cs (1)
43
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\ProcessInputEventArgs.cs (1)
24
/// <see cref="InputManager.
PostProcessInput
"/>
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
157
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
39
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TextCompositionManager.cs (1)
237
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TextServicesManager.cs (1)
37
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TouchDevice.cs (2)
59
_inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
65
_inputManager.
PostProcessInput
-= new ProcessInputEventHandler(PostProcessInput);
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (1)
37
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(OnPostProcessInput);
System\Windows\Input\KeyboardNavigation.cs (1)
86
inputManager.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
44
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(PostProcessInput);
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
27
InputManager.Current.
PostProcessInput
+= new ProcessInputEventHandler(OnPostProcessInput);
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (2)
81
SWI.InputManager.Current.
PostProcessInput
+= InputManager_PostProcessInput;
852
SWI.InputManager.Current.
PostProcessInput
-= InputManager_PostProcessInput;
System\Windows\Integration\WindowsFormsHost.cs (2)
840
SWI.InputManager.Current.
PostProcessInput
+= InputManager_PostProcessInput;
849
SWI.InputManager.Current.
PostProcessInput
-= InputManager_PostProcessInput;