10 references to InRange
PresentationCore (10)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
80
RawStylusActions.
InRange
|
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (2)
183
if (actions != RawStylusActions.
InRange
)
239
if (actions != RawStylusActions.
InRange
)
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
637
case RawStylusActions.
InRange
:
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
98
ProcessInput(RawStylusActions.
InRange
, penContext, tabletDeviceId, stylusPointerId, data, timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
912
if (stylusInputReport.Actions == RawStylusActions.
InRange
&& stylusInputReport.Data == null)
1011
case RawStylusActions.
InRange
:
2505
case RawStylusActions.
InRange
:
2580
RawStylusActions.
InRange
,
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
410
handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.
InRange
, Environment.TickCount);