3 references to FontSizeProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\SearchHandlerAppearanceTracker.cs (1)
98 else if (e.IsOneOf(SearchHandler.FontFamilyProperty, SearchHandler.FontAttributesProperty, SearchHandler.FontSizeProperty))
Shell\SearchHandler.cs (2)
216 get { return (double)GetValue(FontSizeProperty); } 217 set { SetValue(FontSizeProperty, value); }