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