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