5 references to AddDouble
PresentationCore (5)
System\Windows\Media\Animation\Generated\DoubleAnimation.cs (3)
293to = AnimatedTypeHelpers.AddDouble(_keyValues[0], _keyValues[1]); 347return AnimatedTypeHelpers.AddDouble( 349AnimatedTypeHelpers.AddDouble(
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (2)
435currentIterationValue = AnimatedTypeHelpers.AddDouble( 444return AnimatedTypeHelpers.AddDouble(defaultOriginValue, currentIterationValue);