Method OnDrawingSubViews
OnDrawingSubViews(DrawContext?)
Called when the SubViews are to be drawn.
protected override bool OnDrawingSubViews(DrawContext? context)
Parameters
contextDrawContextThe draw context to report drawn areas to, or null if not tracking.
Returns
Remarks
Draws all markdown content (backgrounds, text, styles) before SubViews are drawn. This ensures copy Button SubViews render on top of code block backgrounds.