4 writes to _flowDirection
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
103
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (1)
130
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FigureParaClient.cs (1)
235
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FloaterParaClient.cs (1)
221
_flowDirection
= (FlowDirection)Paragraph.Element.GetValue(FrameworkElement.FlowDirectionProperty);
2 references to _flowDirection
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\BaseParaClient.cs (1)
236
internal FlowDirection ThisFlowDirection { get { return
_flowDirection
; } }
src\Framework\MS\Internal\PtsHost\ContainerParaClient.cs (1)
80
uint fswdirSubtrack = PTS.FlowDirectionToFswdir(
_flowDirection
);