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