3 references to FontFamilyProperty
Microsoft.Maui.Controls (2)
Picker\Picker.cs (2)
85
get { return (string)GetValue(
FontFamilyProperty
); }
86
set { SetValue(
FontFamilyProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
152
else if (e.PropertyName == Picker.FontAttributesProperty.PropertyName || e.PropertyName == Picker.
FontFamilyProperty
.PropertyName ||