2 references to GetSegmentLengthObject
PresentationCore (2)
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (2)
851
totalLength += AnimatedTypeHelpers.
GetSegmentLengthObject
(prevKeyValue, currentKeyValue);
874
totalLength += AnimatedTypeHelpers.
GetSegmentLengthObject
(prevKeyValue, _keyFrames[index].Value);