2 references to CancelDelta
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
294
_cancelSize = new Size((int)Math.Round((ScreenSize.Width * stylusLogic.
CancelDelta
) / dwXValue),
295
(int)Math.Round((ScreenSize.Height * stylusLogic.
CancelDelta
) / dwYValue));