4 references to GetSegmentLengthDouble
PresentationFramework (4)
MS\Internal\AnimatedTypeHelpers.cs (4)
90Math.Pow(GetSegmentLengthDouble(from.Left, to.Left), 2.0) 91+ Math.Pow(GetSegmentLengthDouble(from.Top, to.Top), 2.0) 92+ Math.Pow(GetSegmentLengthDouble(from.Right, to.Right), 2.0) 93+ Math.Pow(GetSegmentLengthDouble(from.Bottom, to.Bottom), 2.0);