6 references to AddSize
PresentationCore (6)
MS\Internal\AnimatedTypeHelpers.cs (1)
241AddSize(value1.Size, value2.Size));
System\Windows\Media\Animation\Generated\SizeAnimation.cs (3)
304to = AnimatedTypeHelpers.AddSize(_keyValues[0], _keyValues[1]); 358return AnimatedTypeHelpers.AddSize( 360AnimatedTypeHelpers.AddSize(
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (2)
446currentIterationValue = AnimatedTypeHelpers.AddSize( 455return AnimatedTypeHelpers.AddSize(defaultOriginValue, currentIterationValue);