6 references to AddSize
PresentationCore (6)
MS\Internal\AnimatedTypeHelpers.cs (1)
240AddSize(value1.Size, value2.Size));
System\Windows\Media\Animation\Generated\SizeAnimation.cs (3)
293to = AnimatedTypeHelpers.AddSize(_keyValues[0], _keyValues[1]); 347return AnimatedTypeHelpers.AddSize( 349AnimatedTypeHelpers.AddSize(
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (2)
435currentIterationValue = AnimatedTypeHelpers.AddSize( 444return AnimatedTypeHelpers.AddSize(defaultOriginValue, currentIterationValue);