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