2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
TimePicker\TimePicker.cs (2)
89 get { return (string)GetValue(FontFamilyProperty); } 90 set { SetValue(FontFamilyProperty, value); }