4 writes to _flowDirection
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
103_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
130_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
235_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
221_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
2 references to _flowDirection
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
236internal FlowDirection ThisFlowDirection { get { return _flowDirection; } }
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
80uint fswdirSubtrack = PTS.FlowDirectionToFswdir(_flowDirection);