4 writes to _flowDirection
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
80_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\CellParaClient.cs (1)
113_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\FigureParaClient.cs (1)
203_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
192_flowDirection = (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
2 references to _flowDirection
PresentationFramework (2)
MS\Internal\PtsHost\BaseParaClient.cs (1)
213internal FlowDirection ThisFlowDirection { get { return _flowDirection; } }
MS\Internal\PtsHost\ContainerParaClient.cs (1)
64uint fswdirSubtrack = PTS.FlowDirectionToFswdir(_flowDirection);