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