1 type derived from ProcessInputEventArgs
PresentationCore (1)
System\Windows\Input\PreProcessInputEventArgs.cs (1)
23
public sealed class PreProcessInputEventArgs :
ProcessInputEventArgs
1 instantiation of ProcessInputEventArgs
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
662
ProcessInputEventArgs processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new
ProcessInputEventArgs
();
32 references to ProcessInputEventArgs
PresentationCore (26)
System\Windows\Input\AccessKeyManager.cs (1)
207
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
System\Windows\Input\Command\CommandDevice.cs (1)
83
private void PostProcessInput( object sender,
ProcessInputEventArgs
e )
System\Windows\Input\InputManager.cs (3)
662
ProcessInputEventArgs
processInputEventArgs = (_processInputEventArgs != null) ? _processInputEventArgs : new ProcessInputEventArgs();
895
private void RaiseProcessInputEventHandlers(Tuple<ProcessInputEventHandler, Delegate[]> postProcessInput,
ProcessInputEventArgs
processInputEventArgs)
930
private
ProcessInputEventArgs
_processInputEventArgs;
System\Windows\Input\KeyboardDevice.cs (1)
794
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
System\Windows\Input\ManipulationDevice.cs (1)
339
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
System\Windows\Input\MouseDevice.cs (1)
1814
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
System\Windows\Input\ProcessInputEventArgs.cs (2)
124
/// <see cref="
ProcessInputEventArgs
"/>.
126
public delegate void ProcessInputEventHandler(object sender,
ProcessInputEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (5)
343
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
1000
private void PromoteRawToPreview(RawStylusInputReport report,
ProcessInputEventArgs
e)
1039
private void PromotePreviewToMain(
ProcessInputEventArgs
e)
1100
private void PromoteMainToOther(
ProcessInputEventArgs
e)
1139
private void PromoteMainToTouch(
ProcessInputEventArgs
e, StylusEventArgs stylusEventArgs)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
499
internal static void InvokePlugInsForMouse(
ProcessInputEventArgs
e)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (7)
1141
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
1371
void PromoteRawToPreview(RawStylusInputReport report,
ProcessInputEventArgs
e)
1406
void PromotePreviewToMain(
ProcessInputEventArgs
e)
1463
private void PromoteMainToOther(
ProcessInputEventArgs
e)
1540
private void PromoteMainToTouch(
ProcessInputEventArgs
e, StylusEventArgs stylusEventArgs)
1800
void CallPlugInsForMouse(
ProcessInputEventArgs
e)
2870
private void UpdateButtonStates(
ProcessInputEventArgs
e)
System\Windows\Input\TextCompositionManager.cs (1)
481
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
System\Windows\Input\TextServicesManager.cs (1)
163
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
System\Windows\Input\TouchDevice.cs (1)
997
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (1)
45
private void OnPostProcessInput(object sender,
ProcessInputEventArgs
e)
System\Windows\Input\KeyboardNavigation.cs (1)
1168
private void PostProcessInput(object sender,
ProcessInputEventArgs
e)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipService.cs (1)
719
void PostProcessInput(object sender,
ProcessInputEventArgs
e)
Microsoft\Windows\Controls\Ribbon\RibbonToolTipService.cs (1)
34
private void OnPostProcessInput(object sender,
ProcessInputEventArgs
e)
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
526
private void InputManager_PostProcessInput(object sender, SWI.
ProcessInputEventArgs
e)
System\Windows\Integration\WindowsFormsHost.cs (1)
1005
private void InputManager_PostProcessInput(object sender, SWI.
ProcessInputEventArgs
e)