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