3 references to _runs
Microsoft.Maui.Graphics.Text.Markdig (3)
Renderer\AttributedTextRenderer.cs (3)
39
_runs
.Optimize(value.Length);
40
return new AttributedText(value,
_runs
, true);
45
_runs
.Add(new AttributedTextRun(start, length, attributes));