6 references to OutOfRange
PresentationCore (6)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
81RawStylusActions.OutOfRange |
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
642case RawStylusActions.OutOfRange:
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
105ProcessInput(RawStylusActions.OutOfRange, penContext, tabletDeviceId, stylusPointerId, Array.Empty<int>(), timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1006case RawStylusActions.OutOfRange: 2562case RawStylusActions.OutOfRange:
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
433handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.OutOfRange, Environment.TickCount);