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