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