5 instantiations of TextAttributes
Microsoft.Maui.Graphics (2)
Text\TextAttributeExtensions.cs (1)
136
return new
TextAttributes
(first, second);
Text\XmlAttributedTextReader.cs (1)
111
TextAttributes attributes = new
TextAttributes
();
Microsoft.Maui.Graphics.Text.Markdig (3)
Renderer\EmphasisInlineRenderer.cs (1)
23
var attributes = new
TextAttributes
();
Renderer\HtmlInlineRenderer.cs (1)
47
var attributes = new
TextAttributes
();
Renderer\ListRenderer.cs (1)
28
var attributes = new
TextAttributes
();
5 references to TextAttributes
Microsoft.Maui.Graphics (1)
Text\XmlAttributedTextReader.cs (1)
111
TextAttributes
attributes = new TextAttributes();
Microsoft.Maui.Graphics.Text.Markdig (4)
Renderer\AttributedTextRenderer.cs (1)
43
internal void AddTextRun(int start, int length,
TextAttributes
attributes)
Renderer\EmphasisInlineRenderer.cs (1)
23
var
attributes = new TextAttributes();
Renderer\HtmlInlineRenderer.cs (1)
47
var
attributes = new TextAttributes();
Renderer\ListRenderer.cs (1)
28
var
attributes = new TextAttributes();