2 references to FontSizeProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
216
get { return (double)GetValue(
FontSizeProperty
); }
217
set { SetValue(
FontSizeProperty
, value); }