15 references to ViewToElement
PresentationCore (15)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
825GeneralTransform transformToElement = rsir.RawStylusInput.Target.ViewToElement.Inverse; 1134GeneralTransform transformToElement = report.RawStylusInput.Target.ViewToElement.Inverse;
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
296transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 317transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element. 387RawStylusInput tempRawStylusInput = new RawStylusInput(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection); 397RawStylusInput rawStylusInput = new RawStylusInput(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection); 457transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 476transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
377RawStylusInput tempRawStylusInput = new RawStylusInput(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection); 387RawStylusInput rawStylusInput = new RawStylusInput(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection); 443transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 462transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2693transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 2712transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1371GeneralTransform transformToElement = report.RawStylusInput.Target.ViewToElement.Inverse;