2 references to cumulative
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerInteractionEngine.cs (2)
497
double xChangeInches = output.arguments.manipulation.
cumulative
.translationX / dpi.PixelsPerInchX;
498
double yChangeInches = output.arguments.manipulation.
cumulative
.translationY / dpi.PixelsPerInchY;