2 overrides of Draw
PresentationFramework (2)
MS\Internal\PtsHost\RunClient.cs (1)
96public override void Draw(DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways)
MS\Internal\Text\InlineObject.cs (1)
94public override void Draw(DrawingContext drawingContext, Point origin, bool rightToLeft, bool sideways)
2 references to Draw
PresentationCore (2)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2519textObject.Draw( 2541textObject.Draw(drawingContext, baselineOrigin, baseDirection != 0, false);