7 references to GetElementTransform
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
686
return _currentStylusPoints.Clone(StylusDevice.
GetElementTransform
(relativeTo), _currentStylusPoints.Description);
702
return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.
GetElementTransform
(relativeTo));
1145
group.Children.Add(StylusDevice.
GetElementTransform
(relativeTo));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1119
return _eventStylusPoints.Clone(StylusDevice.
GetElementTransform
(relativeTo), _eventStylusPoints.Description);
1136
return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.
GetElementTransform
(relativeTo));
1209
GeneralTransform transform = StylusDevice.
GetElementTransform
(relativeTo);
1290
group.Children.Add(StylusDevice.
GetElementTransform
(relativeTo));