1 write to TabletSize
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
22TabletSize = tabletSize;
5 references to TabletSize
PresentationCore (5)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (3)
212return new Matrix(_tabletInfo.SizeInfo.ScreenSize.Width / _tabletInfo.SizeInfo.TabletSize.Width, 0, 2130, _tabletInfo.SizeInfo.ScreenSize.Height / _tabletInfo.SizeInfo.TabletSize.Height, 226return _tabletInfo.SizeInfo.TabletSize;
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (2)
491double tabletSizeX = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Width; 492double tabletSizeY = _stylusDevice.PointerTabletDevice.DeviceInfo.SizeInfo.TabletSize.Height;