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