20 references to Move
PresentationCore (20)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
78
RawStylusActions.
Move
|
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
627
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Common\StylusPlugin.cs (2)
86
case RawStylusActions.
Move
:
150
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
243
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
646
InAir ? RawStylusActions.InAirMove : RawStylusActions.
Move
,
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (3)
233
case RawStylusActions.
Move
:
424
case RawStylusActions.
Move
:
553
stylusActions = RawStylusActions.
Move
;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (2)
84
ProcessInput(RawStylusActions.
Move
, penContext, tabletDeviceId, stylusPointerId, data, timestamp);
400
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
188
if (inputReport.Actions == RawStylusActions.
Move
)
245
if (inputReport.Actions != RawStylusActions.
Move
)
1870
stylusActions = RawStylusActions.
Move
;
2537
case RawStylusActions.
Move
:
2649
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
356
InAir ? RawStylusActions.InAirMove : RawStylusActions.
Move
,
1443
(report.Actions & RawStylusActions.
Move
) != 0)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
231
if (action == RawStylusActions.
Move
415
handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.
Move
, Environment.TickCount);