4 references to GetSegmentLengthDouble
PresentationFramework (4)
src\Framework\MS\Internal\AnimatedTypeHelpers.cs (4)
87
Math.Pow(
GetSegmentLengthDouble
(from.Left, to.Left), 2.0)
88
+ Math.Pow(
GetSegmentLengthDouble
(from.Top, to.Top), 2.0)
89
+ Math.Pow(
GetSegmentLengthDouble
(from.Right, to.Right), 2.0)
90
+ Math.Pow(
GetSegmentLengthDouble
(from.Bottom, to.Bottom), 2.0);