3 writes to SizeInfo
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
307
SizeInfo
= new TabletDeviceSizeInfo(
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
873
tabletInfo.
SizeInfo
= new TabletDeviceSizeInfo(new Size(iTabletWidth, iTabletHeight),
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
235
_tabletInfo.
SizeInfo
= _penThread.WorkerGetUpdatedSizes(_tabletInfo.PimcTablet);
8 references to SizeInfo
PresentationCore (8)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (6)
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;
246
return _tabletInfo.
SizeInfo
.ScreenSize;
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;