1 write to StretchDirection
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
335_documentPageView.StretchDirection = StretchDirection.Both;
3 references to StretchDirection
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (3)
169/// <see cref="StretchDirection" /> 328pageZoom = Viewbox.ComputeScaleFactor(availableSize, pageSize, this.Stretch, this.StretchDirection); 419pageZoom = Viewbox.ComputeScaleFactor(finalSize, pageSize, this.Stretch, this.StretchDirection);