20 references to Move
PresentationCore (20)
System\Windows\Input\Stylus\Common\RawStylusActions.cs (1)
79
RawStylusActions.
Move
|
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
634
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Common\StylusPlugin.cs (2)
87
case RawStylusActions.
Move
:
151
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (1)
244
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
647
InAir ? RawStylusActions.InAirMove : RawStylusActions.
Move
,
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (3)
234
case RawStylusActions.
Move
:
425
case RawStylusActions.
Move
:
554
stylusActions = RawStylusActions.
Move
;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (2)
85
ProcessInput(RawStylusActions.
Move
, penContext, tabletDeviceId, stylusPointerId, data, timestamp);
401
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Wisp\WispLogic.cs (5)
189
if (inputReport.Actions == RawStylusActions.
Move
)
245
if (inputReport.Actions != RawStylusActions.
Move
)
1858
stylusActions = RawStylusActions.
Move
;
2525
case RawStylusActions.
Move
:
2635
case RawStylusActions.
Move
:
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
360
InAir ? RawStylusActions.InAirMove : RawStylusActions.
Move
,
1441
(report.Actions & RawStylusActions.
Move
) != 0)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
232
if (action == RawStylusActions.
Move
416
handled = ProcessMessage(GetPointerId(wParam), RawStylusActions.
Move
, Environment.TickCount);