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