4 writes to _flowDirectionParent
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
78_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
MS\Internal\PtsHost\CellParaClient.cs (1)
111_flowDirectionParent = tableFlowDirection;
MS\Internal\PtsHost\FigureParaClient.cs (1)
198_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
187_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
1 reference to _flowDirectionParent
PresentationFramework (1)
MS\Internal\PtsHost\BaseParaClient.cs (1)
213internal FlowDirection ParentFlowDirection { get { return _flowDirectionParent; } }