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); 872GetTabletToElementTransform(null), 1129GetTabletToElementTransform(null),
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
295transformTabletToView.Children.Add(rawStylusInputReport.StylusDevice.As<PointerStylusDevice>().GetTabletToElementTransform(null)); // this gives matrix in measured units (not device) 316transformTabletToView.Children.Add(stylusDevice.GetTabletToElementTransform(null)); // this gives matrix in measured units (not device)