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