2 references to DoubleTapDelta
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
134_doubleTapSize = new Size((int)Math.Round((ScreenSize.Width * DoubleTapDelta) / dwXValue), 135(int)Math.Round((ScreenSize.Height *DoubleTapDelta) / dwYValue));