3 references to Color
Microsoft.Maui.Graphics (2)
Text\TextAttributeExtensions.cs (2)
121 => attributes.GetAttribute(TextAttribute.Color); 124 => attributes.SetAttribute(TextAttribute.Color, value);
Microsoft.Maui.Graphics.Text.Markdig (1)
Renderer\HtmlInlineRenderer.cs (1)
51 attributes[TextAttribute.Color] = color;