1 write to ScreenSize
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
27
ScreenSize
= screenSize;
3 references to ScreenSize
PresentationCore (3)
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,
246
return _tabletInfo.SizeInfo.
ScreenSize
;