1 write to PageFlowDirection
PresentationFramework (1)
MS\Internal\PtsHost\Section.cs (1)
120StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.PropertyOwner.GetValue(FrameworkElement.FlowDirectionProperty);
3 references to PageFlowDirection
PresentationFramework (3)
MS\Internal\PtsHost\BaseParaClient.cs (1)
214internal FlowDirection PageFlowDirection { get { return Paragraph.StructuralCache.PageFlowDirection; } }
MS\Internal\PtsHost\PtsPage.cs (1)
516PtsHelper.ArrangeTrack(PtsContext, ref pageDetails.u.simple.trackdescr, PTS.FlowDirectionToFswdir(_section.StructuralCache.PageFlowDirection));
MS\Internal\PtsHost\Section.cs (1)
121fswdir = PTS.FlowDirectionToFswdir(StructuralCache.PageFlowDirection);