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