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