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