1 instantiation of SpanData
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\HtmlInlineRenderer.cs (1)
30 var spanData = new SpanData { Start = start, Style = style };
4 references to SpanData
Microsoft.Maui.Graphics.Text.Markdig (4)
Renderer\HtmlInlineRenderer.cs (4)
10 private Stack<SpanData> _spans = new Stack<SpanData>(); 30 var spanData = new SpanData { Start = start, Style = style }; 40 var span = _spans.Pop();