2 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
201
get { return (string)GetValue(
FontFamilyProperty
); }
202
set { SetValue(
FontFamilyProperty
, value); }