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