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