5 references to Target
PresentationCore (5)
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 (1)
258StylusPlugInCollection targetRtiPIC = (originalRSI != null) ? originalRSI.Target : null;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2654StylusPlugInCollection targetRtiPIC = (originalRSI != null) ? originalRSI.Target : null;
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1371GeneralTransform transformToElement = report.RawStylusInput.Target.ViewToElement.Inverse;