21 references to PostProcessInput
PresentationCore (13)
System\Windows\Input\AccessKeyManager.cs (1)
163InputManager.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)
26InputManager.Current.PostProcessInput += new ProcessInputEventHandler(OnPostProcessInput);
System\Windows\Input\KeyboardNavigation.cs (1)
75inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
41InputManager.Current.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
25InputManager.Current.PostProcessInput += new ProcessInputEventHandler(OnPostProcessInput);
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (2)
77SWI.InputManager.Current.PostProcessInput += InputManager_PostProcessInput; 848SWI.InputManager.Current.PostProcessInput -= InputManager_PostProcessInput;
System\Windows\Integration\WindowsFormsHost.cs (2)
816SWI.InputManager.Current.PostProcessInput += InputManager_PostProcessInput; 825SWI.InputManager.Current.PostProcessInput -= InputManager_PostProcessInput;