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