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