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