2 overrides of Draw
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
103
public override void
Draw
(DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways)
src\Framework\MS\Internal\Text\InlineObject.cs (1)
102
public override void
Draw
(DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways)
2 references to Draw
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2709
textObject.
Draw
(
2731
textObject.
Draw
(drawingContext, baselineOrigin, baseDirection != 0, false);