3 references to FontAttributesProperty
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)
194 get { return (FontAttributes)GetValue(FontAttributesProperty); } 195 set { SetValue(FontAttributesProperty, value); }