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