7 references to Stretch
PresentationFramework (7)
System\Windows\Controls\Image.cs (2)
125/// <seealso cref="Viewbox.Stretch" /> 133/// <seealso cref="Viewbox.Stretch" />
System\Windows\Controls\MediaElement.cs (1)
286/// <seealso cref="Viewbox.Stretch" />
System\Windows\Controls\ViewBox.cs (4)
90/// <seealso cref="Viewbox.Stretch" /> 263/// <seealso cref="Stretch" /> 316Size scalefac = ComputeScaleFactor(constraint, childSize, this.Stretch, this.StretchDirection); 342Size scalefac = ComputeScaleFactor(arrangeSize, childSize, this.Stretch, this.StretchDirection);