2 overrides of Draw
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
567
public override void
Draw
(
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
488
public override void
Draw
(
8 references to Draw
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1629
currentLine.
Draw
(ctx, lineOrigin, InvertAxes.None);
1743
currentLine.
Draw
(dc, lineOrigin, InvertAxes.None);
1805
currentLine.
Draw
(
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\PtsHost\Line.cs (2)
461
line.
Draw
(ctx, new Point(delta, 0), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));
691
_line.
Draw
(ctx, new Point(delta, 0), 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));