Implemented interface member:
property
Name
Microsoft.Maui.Graphics.IFont.Name
1 write to Name
Microsoft.Maui.Graphics (1)
Font.cs (1)
38 Name = name;
4 references to Name
Microsoft.Maui.Graphics (4)
Font.cs (4)
51 ((Name is null && other.Name is null) || Name.Equals(other.Name, StringComparison.OrdinalIgnoreCase)); 57 => (Name, Weight, StyleType).GetHashCode(); 60 => string.IsNullOrEmpty(Name);