15 references to ViewToElement
PresentationCore (15)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
800GeneralTransform transformToElement = rsir.RawStylusInput.Target.ViewToElement.Inverse; 1109GeneralTransform transformToElement = report.RawStylusInput.Target.ViewToElement.Inverse;
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
284transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 305transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element. 375RawStylusInput tempRawStylusInput = new RawStylusInput(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection); 385RawStylusInput rawStylusInput = new RawStylusInput(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection); 445transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 464transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\PenContexts.cs (4)
355RawStylusInput tempRawStylusInput = new RawStylusInput(inputReport, currentPlugInCollection.ViewToElement, currentPlugInCollection); 365RawStylusInput rawStylusInput = new RawStylusInput(inputReport, newPlugInCollection.ViewToElement, newPlugInCollection); 421transformTabletToView.Children.Add(currentPic.ViewToElement); // Make it relative to the element. 440transformTabletToView.Children.Add(pic.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2684transformTabletToView.Children.Add(targetPIC.ViewToElement); // Make it relative to the element. 2703transformTabletToView.Children.Add(currentTarget.ViewToElement); // Make it relative to the element.
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1337GeneralTransform transformToElement = report.RawStylusInput.Target.ViewToElement.Inverse;