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));