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