5 references to ParentFlowDirection
PresentationFramework (5)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
52if(ParentFlowDirection != PageFlowDirection)
MS\Internal\PtsHost\TableParaClient.cs (2)
87if(ParentFlowDirection != PageFlowDirection) 91PTS.Validate(PTS.FsTransformRectangle(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));
MS\Internal\PtsHost\UIElementParaClient.cs (2)
65if(ParentFlowDirection != PageFlowDirection) 70PTS.Validate(PTS.FsTransformRectangle(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));