2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
83 get { return (string)GetValue(FontFamilyProperty); } 84 set { SetValue(FontFamilyProperty, value); }