10 references to PostProcessInput
PresentationCore (8)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
196InputManager.Current.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\ManipulationDevice.cs (2)
45_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 57_inputManager.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\ProcessInputEventArgs.cs (1)
22/// <see cref="InputManager.PostProcessInput"/>
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
284_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\TextServicesManager.cs (1)
46_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
76_inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput); 87_inputManager.PostProcessInput -= new ProcessInputEventHandler(PostProcessInput);
PresentationFramework (2)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
42InputManager.Current.PostProcessInput += new ProcessInputEventHandler(OnPostProcessInput);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
93inputManager.PostProcessInput += new ProcessInputEventHandler(PostProcessInput);