5 references to GetTabletToViewTransform
PresentationCore (5)
System\Windows\Input\Stylus\Wisp\PenContexts.cs (2)
419
transformTabletToView.Children.Add(new MatrixTransform(_stylusLogic.
GetTabletToViewTransform
(inputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)
438
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)
2697
transformTabletToView.Children.Add(new MatrixTransform(
GetTabletToViewTransform
(rawStylusInputReport.InputSource, stylusDevice.TabletDevice))); // this gives matrix in measured units (not device)
2716
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)
1288
group.Children.Add(new MatrixTransform(_stylusLogic.
GetTabletToViewTransform
(source, _tabletDevice.TabletDevice)));