Base:
property
DoubleTapSize
System.Windows.Input.TabletDeviceBase.DoubleTapSize
3 references to DoubleTapSize
PresentationCore (3)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1093
Size doubleTapSize = tabletDevice.
DoubleTapSize
;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
1383
get { return (int)_tabletDevice.
DoubleTapSize
.Width; }
1388
get { return (int)_tabletDevice.
DoubleTapSize
.Height; }