3 references to FontFamilyProperty
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)
201 get { return (string)GetValue(FontFamilyProperty); } 202 set { SetValue(FontFamilyProperty, value); }