3 references to FontAttributesProperty
Microsoft.Maui.Controls (2)
DatePicker\DatePicker.cs (2)
107 get { return (FontAttributes)GetValue(FontAttributesProperty); } 108 set { SetValue(FontAttributesProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\DatePickerRenderer.cs (1)
148 else if (e.PropertyName == DatePicker.FontAttributesProperty.PropertyName ||