4 writes to _flowDirectionParent
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
87_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
MS\Internal\PtsHost\CellParaClient.cs (1)
117_flowDirectionParent = tableFlowDirection;
MS\Internal\PtsHost\FigureParaClient.cs (1)
207_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
195_flowDirectionParent = PTS.FswdirToFlowDirection(fswdirParent);
1 reference to _flowDirectionParent
PresentationFramework (1)
MS\Internal\PtsHost\BaseParaClient.cs (1)
222internal FlowDirection ParentFlowDirection { get { return _flowDirectionParent; } }