2 overrides of Draw
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
530
public override void
Draw
(
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
475
public override void
Draw
(
8 references to Draw
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
1579
currentLine.
Draw
(ctx, lineOrigin, InvertAxes.None);
1692
currentLine.
Draw
(dc, lineOrigin, InvertAxes.None);
1754
currentLine.
Draw
(
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\PtsHost\Line.cs (2)
443
line.
Draw
(ctx, new Point(delta, 0), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));
673
_line.
Draw
(ctx, new Point(delta, 0), InvertAxes.None);
MS\Internal\PtsHost\ListMarkerLine.cs (1)
112
line.
Draw
(ctx, drawLocation, (mirror ? InvertAxes.Horizontal : InvertAxes.None));
MS\Internal\Text\Line.cs (1)
120
line.
Draw
(ctx, new Point(lineOffset.X + delta, lineOffset.Y), (_mirror ? InvertAxes.Horizontal : InvertAxes.None));