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