21 references to PostProcessInput
PresentationCore (13)
System\Windows\Input\AccessKeyManager.cs (1)
164InputManager.Current.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\Command\CommandDevice.cs (1)
22_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\KeyboardDevice.cs (1)
24_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\ManipulationDevice.cs (2)
30_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 37_inputManager.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\MouseDevice.cs (1)
34_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\ProcessInputEventArgs.cs (1)
18/// <see cref="InputManager.PostProcessInput"/>
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
140_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
30_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TextCompositionManager.cs (1)
221_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TextServicesManager.cs (1)
34_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System\Windows\Input\TouchDevice.cs (2)
47_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 53_inputManager.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (1)
27InputManager.Current.PostProcessInput += new ProcessInputEventHandler(OnPostProcessInput);
System\Windows\Input\KeyboardNavigation.cs (1)
76inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
42InputManager.Current.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
26InputManager.Current.PostProcessInput += new ProcessInputEventHandler(OnPostProcessInput);
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (2)
78SWI.InputManager.Current.PostProcessInput += InputManager_PostProcessInput; 849SWI.InputManager.Current.PostProcessInput -= InputManager_PostProcessInput;
System\Windows\Integration\WindowsFormsHost.cs (2)
838SWI.InputManager.Current.PostProcessInput += InputManager_PostProcessInput; 847SWI.InputManager.Current.PostProcessInput -= InputManager_PostProcessInput;