15 references to ProcessInput
PresentationCore (15)
System\Windows\Input\ManipulationDevice.cs (1)
511_inputManager.ProcessInput(e);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (4)
684InputManager.Current.ProcessInput(inputReportEventArgs); 899InputManager.UnsecureCurrent.ProcessInput(irea); 1075InputManager.UnsecureCurrent.ProcessInput(lostCapture); 1082InputManager.UnsecureCurrent.ProcessInput(gotCapture);
System\Windows\Input\TextCompositionManager.cs (3)
332return composition._InputManager.ProcessInput(textargs); 357return composition._InputManager.ProcessInput(textargs); 383return composition._InputManager.ProcessInput(textargs);
System\Windows\Input\TouchDevice.cs (6)
618_inputManager.ProcessInput(e); 627_inputManager.ProcessInput(e); 946_inputManager.ProcessInput(touchEventArgs); 961_inputManager.ProcessInput(e); 973_inputManager.ProcessInput(e); 985_inputManager.ProcessInput(e);
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
289InputManager.UnsecureCurrent.ProcessInput(irea);