6 references to OutOfRange
PresentationCore (6)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
84
RawStylusActions.
OutOfRange
|
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
659
case RawStylusActions.
OutOfRange
:
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
128
ProcessInput(RawStylusActions.
OutOfRange
, penContext, tabletDeviceId, stylusPointerId, Array.Empty<int>(), timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1007
case RawStylusActions.
OutOfRange
:
2559
case RawStylusActions.
OutOfRange
:
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
439
handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.
OutOfRange
, Environment.TickCount);