1 instantiation of CountingWriter
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\AttributedTextRenderer.cs (1)
12 public AttributedTextRenderer() : base(new CountingWriter(new StringWriter()))
1 reference to CountingWriter
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\AttributedTextRenderer.cs (1)
48 public int Count => ((CountingWriter)Writer).Count;