17 references to PointerTabletDevice
PresentationCore (17)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (6)
487double deviceSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.right - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.left; 488double deviceSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.top - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.bottom; 491double tabletSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Width; 492double tabletSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Height;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1281Size doubleTapSize = stylusDevice.PointerTabletDevice.DoubleTapSize; 1287if (elapsedTime < stylusDevice.PointerTabletDevice.DoubleTapDeltaTime 1330() => { return stylusDevice.PointerTabletDevice.StylusPointDescription; },
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (8)
476return (int)PointerTabletDevice.DoubleTapSize.Width; 484return (int)PointerTabletDevice.DoubleTapSize.Height; 492return PointerTabletDevice.DoubleTapDeltaTime; 631StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 648() => { return PointerTabletDevice.StylusPointDescription; }, 812if (PointerTabletDevice.Type == TabletDeviceType.Touch) 842() => { return PointerTabletDevice.StylusPointDescription; }, 1142group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice));