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