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)
951totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, currentKeyValue); 974totalLength += AnimatedTypeHelpers.GetSegmentLengthSize(prevKeyValue, _keyFrames[index].Value);