7 references to Stretch
PresentationFramework (7)
System\Windows\Controls\Image.cs (2)
126/// <seealso cref="Viewbox.Stretch" /> 134/// <seealso cref="Viewbox.Stretch" />
System\Windows\Controls\MediaElement.cs (1)
287/// <seealso cref="Viewbox.Stretch" />
System\Windows\Controls\ViewBox.cs (4)
91/// <seealso cref="Viewbox.Stretch" /> 264/// <seealso cref="Stretch" /> 317Size scalefac = ComputeScaleFactor(constraint, childSize, this.Stretch, this.StretchDirection); 343Size scalefac = ComputeScaleFactor(arrangeSize, childSize, this.Stretch, this.StretchDirection);