2 references to DoubleTapDelta
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
302
_doubleTapSize = new Size((int)Math.Round((ScreenSize.Width * stylusLogic.
DoubleTapDelta
) / dwXValue),
303
(int)Math.Round((ScreenSize.Height * stylusLogic.
DoubleTapDelta
) / dwYValue));