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