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