3 references to StretchDirection
PresentationFramework (3)
System\Windows\Controls\ViewBox.cs (3)
119/// <seealso cref="Viewbox.StretchDirection" /> 323Size scalefac = ComputeScaleFactor(constraint, childSize, this.Stretch, this.StretchDirection); 349Size scalefac = ComputeScaleFactor(arrangeSize, childSize, this.Stretch, this.StretchDirection);