5 references to ParentFlowDirection
PresentationFramework (5)
MS\Internal\PtsHost\ContainerParaClient.cs (1)
53if(ParentFlowDirection != PageFlowDirection)
MS\Internal\PtsHost\TableParaClient.cs (2)
88if(ParentFlowDirection != PageFlowDirection) 92PTS.Validate(PTS.FsTransformRectangle(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));
MS\Internal\PtsHost\UIElementParaClient.cs (2)
66if(ParentFlowDirection != PageFlowDirection) 71PTS.Validate(PTS.FsTransformRectangle(PTS.FlowDirectionToFswdir(ParentFlowDirection), ref pageRect, ref _rect, PTS.FlowDirectionToFswdir(PageFlowDirection), out _rect));