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