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