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)
237
internal FlowDirection ParentFlowDirection { get { return
_flowDirectionParent
; } }