10 references to InRange
PresentationCore (10)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
83
RawStylusActions.
InRange
|
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (2)
194
if (actions != RawStylusActions.
InRange
)
250
if (actions != RawStylusActions.
InRange
)
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
654
case RawStylusActions.
InRange
:
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
121
ProcessInput(RawStylusActions.
InRange
, penContext, tabletDeviceId, stylusPointerId, data, timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
913
if (stylusInputReport.Actions == RawStylusActions.
InRange
&& stylusInputReport.Data == null)
1012
case RawStylusActions.
InRange
:
2502
case RawStylusActions.
InRange
:
2577
RawStylusActions.
InRange
,
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
416
handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.
InRange
, Environment.TickCount);