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