1 write to StretchDirection
PresentationFramework (1)
MS\Internal\Documents\DocumentGridPage.cs (1)
283StretchDirection = StretchDirection.Both,
2 references to StretchDirection
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
325pageZoom = Viewbox.ComputeScaleFactor(availableSize, pageSize, this.Stretch, this.StretchDirection); 416pageZoom = Viewbox.ComputeScaleFactor(finalSize, pageSize, this.Stretch, this.StretchDirection);