Base:
property
FlowDirection
System.Windows.Media.TextFormatting.TextParagraphProperties.FlowDirection
5 references to FlowDirection
PresentationFramework (5)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
237_line.Draw(ctx, new Point(delta, 0), ((_lineProperties.FlowDirection == FlowDirection.RightToLeft) ? InvertAxes.Horizontal : InvertAxes.None));
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
659if (lineProperties.FlowDirection != flowDirection)
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
112bool mirror = (lineProps.FlowDirection == FlowDirection.RightToLeft);
src\Framework\MS\Internal\Text\LineProperties.cs (1)
338public override FlowDirection FlowDirection { get { return _lp.FlowDirection; } }
src\Framework\System\Windows\Controls\TextBlock.cs (1)
2332if (lineProperties.FlowDirection != flowDirection)