1 type derived from ProcessInputEventArgs
PresentationCore (1)
System\Windows\Input\PreProcessInputEventArgs.cs (1)
18public sealed class PreProcessInputEventArgs : ProcessInputEventArgs
1 instantiation of ProcessInputEventArgs
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
653ProcessInputEventArgs processInputEventArgs = _processInputEventArgs ?? new ProcessInputEventArgs();
32 references to ProcessInputEventArgs
PresentationCore (26)
System\Windows\Input\AccessKeyManager.cs (1)
194private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\Command\CommandDevice.cs (1)
75private void PostProcessInput( object sender, ProcessInputEventArgs e )
System\Windows\Input\InputManager.cs (3)
653ProcessInputEventArgs processInputEventArgs = _processInputEventArgs ?? new ProcessInputEventArgs(); 888private void RaiseProcessInputEventHandlers(Tuple<ProcessInputEventHandler, Delegate[]> postProcessInput, ProcessInputEventArgs processInputEventArgs) 923private ProcessInputEventArgs _processInputEventArgs;
System\Windows\Input\KeyboardDevice.cs (1)
790private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\ManipulationDevice.cs (1)
323private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\MouseDevice.cs (1)
1816private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\ProcessInputEventArgs.cs (2)
117/// <see cref="ProcessInputEventArgs"/>. 119public delegate void ProcessInputEventHandler(object sender, ProcessInputEventArgs e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (5)
327private void PostProcessInput(object sender, ProcessInputEventArgs e) 984private void PromoteRawToPreview(RawStylusInputReport report, ProcessInputEventArgs e) 1023private void PromotePreviewToMain(ProcessInputEventArgs e) 1084private void PromoteMainToOther(ProcessInputEventArgs e) 1123private void PromoteMainToTouch(ProcessInputEventArgs e, StylusEventArgs stylusEventArgs)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
486internal static void InvokePlugInsForMouse(ProcessInputEventArgs e)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (7)
1140private void PostProcessInput(object sender, ProcessInputEventArgs e) 1372private void PromoteRawToPreview(RawStylusInputReport report, ProcessInputEventArgs e) 1407private void PromotePreviewToMain(ProcessInputEventArgs e) 1464private void PromoteMainToOther(ProcessInputEventArgs e) 1541private void PromoteMainToTouch(ProcessInputEventArgs e, StylusEventArgs stylusEventArgs) 1803private void CallPlugInsForMouse(ProcessInputEventArgs e) 2881private void UpdateButtonStates(ProcessInputEventArgs e)
System\Windows\Input\TextCompositionManager.cs (1)
483private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\TextServicesManager.cs (1)
159private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\TouchDevice.cs (1)
986private void PostProcessInput(object sender, ProcessInputEventArgs e)
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (1)
34private void OnPostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\KeyboardNavigation.cs (1)
1159private void PostProcessInput(object sender, ProcessInputEventArgs e)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
713private void PostProcessInput(object sender, ProcessInputEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
32private void OnPostProcessInput(object sender, ProcessInputEventArgs e)
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
518private void InputManager_PostProcessInput(object sender, SWI.ProcessInputEventArgs e)
System\Windows\Integration\WindowsFormsHost.cs (1)
981private void InputManager_PostProcessInput(object sender, SWI.ProcessInputEventArgs e)