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