7 references to GetElementTransform
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (3)
680return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description); 696return _currentStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1143group.Children.Add(StylusDevice.GetElementTransform(relativeTo));
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1122return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description); 1139return _eventStylusPoints.Reformat(subsetToReformatTo, StylusDevice.GetElementTransform(relativeTo)); 1212GeneralTransform transform = StylusDevice.GetElementTransform(relativeTo); 1293group.Children.Add(StylusDevice.GetElementTransform(relativeTo));