17 references to PointerTabletDevice
PresentationCore (17)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (6)
507double deviceSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.right - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.left; 508double deviceSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.top - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.bottom; 511double tabletSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Width; 512double tabletSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Height;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1296Size doubleTapSize = stylusDevice.PointerTabletDevice.DoubleTapSize; 1302if (elapsedTime < stylusDevice.PointerTabletDevice.DoubleTapDeltaTime 1345() => { return stylusDevice.PointerTabletDevice.StylusPointDescription; },
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (8)
484return (int)PointerTabletDevice.DoubleTapSize.Width; 492return (int)PointerTabletDevice.DoubleTapSize.Height; 500return PointerTabletDevice.DoubleTapDeltaTime; 639StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 656() => { return PointerTabletDevice.StylusPointDescription; }, 818if (PointerTabletDevice.Type == TabletDeviceType.Touch) 848() => { return PointerTabletDevice.StylusPointDescription; }, 1144group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice));