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