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