4 writes to _flowDirection
PresentationFramework (4)
MS\Internal\PtsHost\BaseParaClient.cs (1)
79
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\CellParaClient.cs (1)
112
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\FigureParaClient.cs (1)
199
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
MS\Internal\PtsHost\FloaterParaClient.cs (1)
188
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
2 references to _flowDirection
PresentationFramework (2)
MS\Internal\PtsHost\BaseParaClient.cs (1)
212
internal FlowDirection ThisFlowDirection { get { return
_flowDirection
; } }
MS\Internal\PtsHost\ContainerParaClient.cs (1)
63
uint fswdirSubtrack = PTS.FlowDirectionToFswdir(
_flowDirection
);