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