4 writes to _flowDirection
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
88_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\CellParaClient.cs (1)
118_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\FigureParaClient.cs (1)
208_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
196_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
2 references to _flowDirection
PresentationFramework (2)
MS\Internal\PtsHost\BaseParaClient.cs (1)
221internal FlowDirection ThisFlowDirection { get { return _flowDirection; } }
MS\Internal\PtsHost\ContainerParaClient.cs (1)
69uint fswdirSubtrack = PTS.FlowDirectionToFswdir(_flowDirection);