6 references to Horizontal
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
636if ((inversion & InvertAxes.Horizontal) != 0)
Core\CSharp\System\Windows\Media\TextFormatting\TextLine.cs (1)
394Both = (Horizontal | Vertical),
PresentationFramework (4)
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\PtsHost\Line.cs (1)
461line.Draw(ctx, new Point(delta, 0), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));
src\Framework\MS\Internal\PtsHost\ListMarkerLine.cs (1)
123line.Draw(ctx, drawLocation, (mirror ? InvertAxes.Horizontal : InvertAxes.None));
src\Framework\MS\Internal\Text\Line.cs (1)
130line.Draw(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));