1 write to TabletSize
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
26TabletSize = tabletSize;
5 references to TabletSize
PresentationCore (5)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (3)
219return new Matrix(_tabletInfo.SizeInfo.ScreenSize.Width / _tabletInfo.SizeInfo.TabletSize.Width, 0, 2200, _tabletInfo.SizeInfo.ScreenSize.Height / _tabletInfo.SizeInfo.TabletSize.Height, 233return _tabletInfo.SizeInfo.TabletSize;
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (2)
511double tabletSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Width; 512double tabletSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Height;