1 write to ScreenSize
PresentationCore (1)
System\Windows\Input\Stylus\Common\TabletDeviceInfo.cs (1)
27ScreenSize = screenSize;
3 references to ScreenSize
PresentationCore (3)
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (3)
219return new Matrix(_tabletInfo.SizeInfo.ScreenSize.Width / _tabletInfo.SizeInfo.TabletSize.Width, 0, 2200, _tabletInfo.SizeInfo.ScreenSize.Height / _tabletInfo.SizeInfo.TabletSize.Height, 246return _tabletInfo.SizeInfo.ScreenSize;