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