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