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