7 references to GetElementTransform
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
679return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description); 695return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1142group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1118return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description); 1135return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1208GeneralTransform transform = StylusDevice.GetElementTransform(relativeTo); 1289group.Children.Add(StylusDevice.GetElementTransform(relativeTo));