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