2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
298 get { return (string)GetValue(FontFamilyProperty); } 299 set { SetValue(FontFamilyProperty, value); }