7 references to GetAttribute
Microsoft.Maui.Graphics (7)
Text\TextAttributeExtensions.cs (3)
12 return attributes.GetAttribute(TextAttribute.FontName); 121 => attributes.GetAttribute(TextAttribute.Color); 127 => attributes.GetAttribute(TextAttribute.Background);
Text\TextAttributesExtensions.cs (4)
49 var value = attributes.GetAttribute(type); 76 var value = attributes.GetAttribute(type); 105 var value = attributes.GetAttribute(type); 132 var value = attributes.GetAttribute(type);