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