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