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)
221
internal FlowDirection ThisFlowDirection { get { return
_flowDirection
; } }
MS\Internal\PtsHost\ContainerParaClient.cs (1)
69
uint fswdirSubtrack = PTS.FlowDirectionToFswdir(
_flowDirection
);