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