10 references to InRange
PresentationCore (10)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
81
RawStylusActions.
InRange
|
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (2)
184
if (actions != RawStylusActions.
InRange
)
240
if (actions != RawStylusActions.
InRange
)
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
644
case RawStylusActions.
InRange
:
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
99
ProcessInput(RawStylusActions.
InRange
, penContext, tabletDeviceId, stylusPointerId, data, timestamp);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (4)
904
if (stylusInputReport.Actions == RawStylusActions.
InRange
&& stylusInputReport.Data == null)
1003
case RawStylusActions.
InRange
:
2493
case RawStylusActions.
InRange
:
2568
RawStylusActions.
InRange
,
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
411
handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.
InRange
, Environment.TickCount);