6 references to AddSize
PresentationCore (6)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (1)
238AddSize(value1.Size, value2.Size));
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimation.cs (3)
306to = AnimatedTypeHelpers.AddSize(_keyValues[0], _keyValues[1]); 360return AnimatedTypeHelpers.AddSize( 362AnimatedTypeHelpers.AddSize(
Core\CSharp\System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (2)
454currentIterationValue = AnimatedTypeHelpers.AddSize( 463return AnimatedTypeHelpers.AddSize(defaultOriginValue, currentIterationValue);