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