Base:
property
DoubleTapSize
System.Windows.Input.TabletDeviceBase.DoubleTapSize
3 references to DoubleTapSize
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1296Size doubleTapSize = stylusDevice.PointerTabletDevice.DoubleTapSize;
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
500return (int)PointerTabletDevice.DoubleTapSize.Width; 508return (int)PointerTabletDevice.DoubleTapSize.Height;