17 references to PointerTabletDevice
PresentationCore (17)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (6)
486double deviceSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.right - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.left; 487double deviceSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.top - _stylusDevice.PointerTabletDevice.DeviceInfo.DeviceRect.bottom; 490double tabletSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Width; 491double tabletSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Height;
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (3)
1280Size doubleTapSize = stylusDevice.PointerTabletDevice.DoubleTapSize; 1286if (elapsedTime < stylusDevice.PointerTabletDevice.DoubleTapDeltaTime 1329() => { return stylusDevice.PointerTabletDevice.StylusPointDescription; },
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (8)
475return (int)PointerTabletDevice.DoubleTapSize.Width; 483return (int)PointerTabletDevice.DoubleTapSize.Height; 491return PointerTabletDevice.DoubleTapDeltaTime; 630StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 647() => { return PointerTabletDevice.StylusPointDescription; }, 811if (PointerTabletDevice.Type == TabletDeviceType.Touch) 841() => { return PointerTabletDevice.StylusPointDescription; }, 1141group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice));