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