4 writes to _flowDirectionParent
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
79_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
MS\Internal\PtsHost\CellParaClient.cs (1)
112_flowDirectionParent = tableFlowDirection;
MS\Internal\PtsHost\FigureParaClient.cs (1)
202_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
191_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
1 reference to _flowDirectionParent
PresentationFramework (1)
MS\Internal\PtsHost\BaseParaClient.cs (1)
214internal FlowDirection ParentFlowDirection { get { return _flowDirectionParent; } }