4 instantiations of AttributedText
Microsoft.Maui.Graphics (3)
Text\AttributedTextExtensions.cs (2)
25
return new
AttributedText
(text, runs, true);
73
var paragraph = new
AttributedText
(line, runs);
Text\XmlAttributedTextReader.cs (1)
67
return new
AttributedText
(text, _runs, true);
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\AttributedTextRenderer.cs (1)
40
return new
AttributedText
(value, _runs, true);
1 reference to AttributedText
Microsoft.Maui.Graphics (1)
Text\AttributedTextExtensions.cs (1)
73
var
paragraph = new AttributedText(line, runs);