5 references to GetTabletToViewTransform
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (2)
442
transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.
GetTabletToViewTransform
(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)
461
transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.
GetTabletToViewTransform
(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2692
transformTabletToView.Children.Add(new MatrixTransform(
GetTabletToViewTransform
(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)
2711
transformTabletToView.Children.Add(new MatrixTransform(
GetTabletToViewTransform
(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1289
group.Children.Add(new MatrixTransform(_stylusLogic.
GetTabletToViewTransform
(source, _tabletDevice.TabletDevice)));