5 references to AddDouble
PresentationCore (5)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (3)
294to = AnimatedTypeHelpers.AddDouble(_keyValues[0], _keyValues[1]); 348return AnimatedTypeHelpers.AddDouble( 350AnimatedTypeHelpers.AddDouble(
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (2)
436currentIterationValue = AnimatedTypeHelpers.AddDouble( 445return AnimatedTypeHelpers.AddDouble(defaultOriginValue, currentIterationValue);