4 writes to _flowDirectionParent
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
102_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
129_flowDirectionParent = tableFlowDirection;
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
234_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
220_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
1 reference to _flowDirectionParent
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
237internal FlowDirection ParentFlowDirection { get { return _flowDirectionParent; } }