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