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