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