20 references to Move
PresentationCore (20)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
81
RawStylusActions.
Move
|
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
644
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Common\StylusPlugin.cs (2)
99
case RawStylusActions.
Move
:
163
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
264
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
655
InAir ? RawStylusActions.InAirMove : RawStylusActions.
Move
,
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (3)
246
case RawStylusActions.
Move
:
437
case RawStylusActions.
Move
:
566
stylusActions = RawStylusActions.
Move
;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (2)
107
ProcessInput(RawStylusActions.
Move
, penContext, tabletDeviceId, stylusPointerId, data, timestamp);
423
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
198
if (inputReport.Actions == RawStylusActions.
Move
)
254
if (inputReport.Actions != RawStylusActions.
Move
)
1867
stylusActions = RawStylusActions.
Move
;
2534
case RawStylusActions.
Move
:
2644
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
363
InAir ? RawStylusActions.InAirMove : RawStylusActions.
Move
,
1444
(report.Actions & RawStylusActions.
Move
) != 0)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
237
if (action == RawStylusActions.
Move
421
handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.
Move
, Environment.TickCount);