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)
43
public override FlowDirection FlowDirection { get { return
_flowDirection
; } }