2 references to GetSegmentLengthInt64
PresentationCore (2)
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (2)
942
totalLength += AnimatedTypeHelpers.
GetSegmentLengthInt64
(prevKeyValue, currentKeyValue);
965
totalLength += AnimatedTypeHelpers.
GetSegmentLengthInt64
(prevKeyValue, _keyFrames[index].Value);