1 type derived from ProcessInputEventArgs
PresentationCore (1)
System\Windows\Input\PreProcessInputEventArgs.cs (1)
19public sealed class PreProcessInputEventArgs : ProcessInputEventArgs
1 instantiation of ProcessInputEventArgs
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
654ProcessInputEventArgs processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new ProcessInputEventArgs();
32 references to ProcessInputEventArgs
PresentationCore (26)
System\Windows\Input\AccessKeyManager.cs (1)
195private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\Command\CommandDevice.cs (1)
76private void PostProcessInput( object sender, ProcessInputEventArgs e )
System\Windows\Input\InputManager.cs (3)
654ProcessInputEventArgs processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new ProcessInputEventArgs(); 887private void RaiseProcessInputEventHandlers(Tuple<ProcessInputEventHandler, Delegate[]> postProcessInput, ProcessInputEventArgs processInputEventArgs) 922private ProcessInputEventArgs _processInputEventArgs;
System\Windows\Input\KeyboardDevice.cs (1)
785private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\ManipulationDevice.cs (1)
330private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\MouseDevice.cs (1)
1805private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\ProcessInputEventArgs.cs (2)
118/// <see cref="ProcessInputEventArgs"/>. 120public delegate void ProcessInputEventHandler(object sender, ProcessInputEventArgs e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (5)
326private void PostProcessInput(object sender, ProcessInputEventArgs e) 983private void PromoteRawToPreview(RawStylusInputReport report, ProcessInputEventArgs e) 1022private void PromotePreviewToMain(ProcessInputEventArgs e) 1083private void PromoteMainToOther(ProcessInputEventArgs e) 1122private void PromoteMainToTouch(ProcessInputEventArgs e, StylusEventArgs stylusEventArgs)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
487internal static void InvokePlugInsForMouse(ProcessInputEventArgs e)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (7)
1132private void PostProcessInput(object sender, ProcessInputEventArgs e) 1362void PromoteRawToPreview(RawStylusInputReport report, ProcessInputEventArgs e) 1397void PromotePreviewToMain(ProcessInputEventArgs e) 1454private void PromoteMainToOther(ProcessInputEventArgs e) 1531private void PromoteMainToTouch(ProcessInputEventArgs e, StylusEventArgs stylusEventArgs) 1791void CallPlugInsForMouse(ProcessInputEventArgs e) 2861private void UpdateButtonStates(ProcessInputEventArgs e)
System\Windows\Input\TextCompositionManager.cs (1)
465private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\TextServicesManager.cs (1)
160private void PostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\TouchDevice.cs (1)
985private void PostProcessInput(object sender, ProcessInputEventArgs e)
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (1)
35private void OnPostProcessInput(object sender, ProcessInputEventArgs e)
System\Windows\Input\KeyboardNavigation.cs (1)
1158private void PostProcessInput(object sender, ProcessInputEventArgs e)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
717void PostProcessInput(object sender, ProcessInputEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
33private void OnPostProcessInput(object sender, ProcessInputEventArgs e)
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
523private void InputManager_PostProcessInput(object sender, SWI.ProcessInputEventArgs e)
System\Windows\Integration\WindowsFormsHost.cs (1)
1003private void InputManager_PostProcessInput(object sender, SWI.ProcessInputEventArgs e)