8 references to TabletToScreen
PresentationCore (8)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
636Matrix m = _tabletDevice.TabletToScreen; 1141group.Children.Add(new MatrixTransform(PointerTabletDevice.TabletToScreen * toDevice));
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
61matrix *= tablet.TabletDeviceImpl.TabletToScreen; 162ptTablet *= stylusDevice.TabletDevice.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\PenContexts.cs (1)
488ptTablet *= stylusDevice.TabletDevice.TabletDeviceImpl.TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3598return matrix * tabletDevice.As<TabletDeviceBase>().TabletToScreen;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
345Matrix m = _tabletDevice.TabletToScreen;
System\Windows\InterOp\HwndPointerInputProvider.cs (1)
321MatrixTransform screenToTablet = new MatrixTransform(_currentTabletDevice.TabletToScreen);