8 references to TabletToScreen
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
662Matrix m = _tabletDevice.TabletToScreen; 1161group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice));
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
74matrix *= tablet.TabletDeviceImpl.TabletToScreen; 175ptTablet = ptTablet * stylusDevice.TabletDevice.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
511ptTablet = ptTablet * stylusDevice.TabletDevice.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3585return matrix * tabletDevice.As<TabletDeviceBase>().TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
383Matrix m = _tabletDevice.TabletToScreen;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
331MatrixTransform screenToTablet = new MatrixTransform(_currentTabletDevice.TabletToScreen);