7 references to GetElementTransform
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
703return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description); 719return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1162group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1150return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description); 1167return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1240GeneralTransform transform = StylusDevice.GetElementTransform(relativeTo); 1321group.Children.Add(StylusDevice.GetElementTransform(relativeTo));