3 references to GetSegmentLengthSize
PresentationCore (3)
MS\Internal\AnimatedTypeHelpers.cs (1)
462Double b = GetSegmentLengthSize(from.Size, to.Size);
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (2)
942totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, currentKeyValue); 965totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, _keyFrames[index].Value);