2 references to GetTabletToViewTransform
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
456
transformTabletToView.Children.Add(new MatrixTransform(
GetTabletToViewTransform
(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)
475
transformTabletToView.Children.Add(new MatrixTransform(
GetTabletToViewTransform
(stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)