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