4 overrides of FlowDirection
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
281public override FlowDirection FlowDirection
PresentationFramework (3)
src\Framework\MS\Internal\Text\LineProperties.cs (3)
43public override FlowDirection FlowDirection { get { return _flowDirection; } } 338public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } } 414public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } }
5 references to FlowDirection
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
265_flowDirection = textParagraphProperties.FlowDirection;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
52if (_paragraphProperties.FlowDirection == FlowDirection.RightToLeft)
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
284_mirror = (lineProps.FlowDirection == FlowDirection.RightToLeft);
src\Framework\MS\Internal\Text\Line.cs (1)
93_mirror = (lineProperties.FlowDirection == FlowDirection.RightToLeft);
src\Framework\MS\Internal\Text\LineProperties.cs (1)
414public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } }