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