16 references to PostProcessInput
PresentationCore (8)
System\Windows\Input\AccessKeyManager.cs (1)
176InputManager.Current.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\ProcessInputEventArgs.cs (1)
24/// <see cref="InputManager.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)
37InputManager.Current.PostProcessInput += new ProcessInputEventHandler(OnPostProcessInput);
System\Windows\Input\KeyboardNavigation.cs (1)
86inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
44InputManager.Current.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
27InputManager.Current.PostProcessInput += new ProcessInputEventHandler(OnPostProcessInput);
WindowsFormsIntegration (4)
System\Windows\Integration\ElementHost.cs (2)
81SWI.InputManager.Current.PostProcessInput += InputManager_PostProcessInput; 852SWI.InputManager.Current.PostProcessInput -= InputManager_PostProcessInput;
System\Windows\Integration\WindowsFormsHost.cs (2)
840SWI.InputManager.Current.PostProcessInput += InputManager_PostProcessInput; 849SWI.InputManager.Current.PostProcessInput -= InputManager_PostProcessInput;