1 write to _flowDirection
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
132_flowDirection = (FlowDirection)element.GetValue(Block.FlowDirectionProperty);
1 reference to _flowDirection
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
43public override FlowDirection FlowDirection { get { return _flowDirection; } }