2 references to FontAttributesProperty
Microsoft.Maui.Controls (2)
Shell\SearchHandler.cs (2)
194
get { return (FontAttributes)GetValue(
FontAttributesProperty
); }
195
set { SetValue(
FontAttributesProperty
, value); }