4 overrides of FlowDirection
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
277public override FlowDirection FlowDirection
PresentationFramework (3)
MS\Internal\Text\LineProperties.cs (3)
35public override FlowDirection FlowDirection { get { return _flowDirection; } } 330public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } } 406public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } }
5 references to FlowDirection
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
261_flowDirection = textParagraphProperties.FlowDirection;
MS\Internal\TextFormatting\TextProperties.cs (1)
43if (_paragraphProperties.FlowDirection == FlowDirection.RightToLeft)
PresentationFramework (3)
MS\Internal\PtsHost\Line.cs (1)
263_mirror = (lineProps.FlowDirection == FlowDirection.RightToLeft);
MS\Internal\Text\Line.cs (1)
82_mirror = (lineProperties.FlowDirection == FlowDirection.RightToLeft);
MS\Internal\Text\LineProperties.cs (1)
406public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } }