15 references to ViewToElement
PresentationCore (15)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
801GeneralTransform transformToElement = rsir.RawStylusInput.Target.ViewToElement.Inverse; 1114GeneralTransform transformToElement = report.RawStylusInput.Target.ViewToElement.Inverse;
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
283transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 304transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element. 374RawStylusInput tempRawStylusInput = new RawStylusInput(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection); 384RawStylusInput rawStylusInput = new RawStylusInput(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection); 444transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 463transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
354RawStylusInput tempRawStylusInput = new RawStylusInput(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection); 364RawStylusInput rawStylusInput = new RawStylusInput(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection); 420transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 439transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2698transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 2717transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1339GeneralTransform transformToElement = report.RawStylusInput.Target.ViewToElement.Inverse;