5 references to AddDouble
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimation.cs (3)
306to = AnimatedTypeHelpers.AddDouble(_keyValues[0], _keyValues[1]); 360return AnimatedTypeHelpers.AddDouble( 362AnimatedTypeHelpers.AddDouble(
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (2)
454currentIterationValue = AnimatedTypeHelpers.AddDouble( 463return AnimatedTypeHelpers.AddDouble(defaultOriginValue, currentIterationValue);