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