5 references to GetTabletToElementTransform
PresentationCore (5)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
793
_currentStylusPoints = new StylusPointCollection(rsir.StylusPointDescription, rsir.GetRawPacketData(),
GetTabletToElementTransform
(null), Matrix.Identity);
864
GetTabletToElementTransform
(null),
1121
GetTabletToElementTransform
(null),
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
283
transformTabletToView.Children.Add(rawStylusInputReport.StylusDevice.As<PointerStylusDevice>().
GetTabletToElementTransform
(null)); // this gives matrix in measured units (not device)
304
transformTabletToView.Children.Add(stylusDevice.
GetTabletToElementTransform
(null)); // this gives matrix in measured units (not device)