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