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