8 references to TabletToScreen
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
637Matrix m = _tabletDevice.TabletToScreen; 1136group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice));
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
62matrix *= tablet.TabletDeviceImpl.TabletToScreen; 163ptTablet = ptTablet * stylusDevice.TabletDevice.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
489ptTablet = ptTablet * stylusDevice.TabletDevice.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3576return matrix * tabletDevice.As<TabletDeviceBase>().TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
349Matrix m = _tabletDevice.TabletToScreen;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
322MatrixTransform screenToTablet = new MatrixTransform(_currentTabletDevice.TabletToScreen);