2 overrides of Draw
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
103public override void Draw(DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways)
src\Framework\MS\Internal\Text\InlineObject.cs (1)
102public 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)
2709textObject.Draw( 2731textObject.Draw(drawingContext, baselineOrigin, baseDirection != 0, false);