15 references to FontAttributesProperty
Microsoft.Maui.Controls (14)
Button\Button.cs (1)
73 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
ContentConverter.cs (2)
89 if (ShouldSetBinding(content, FontElement.FontAttributesProperty)) 91 content.SetBinding(FontElement.FontAttributesProperty, static (IFontElement fe) => fe.FontAttributes, source: source);
DatePicker\DatePicker.cs (1)
43 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
InputView\InputView.cs (1)
58 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
Label\Label.cs (1)
41 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
Picker\Picker.cs (1)
56 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
Properties\AssemblyInfo.cs (1)
104[assembly: StyleProperty("font-style", typeof(IFontElement), nameof(FontElement.FontAttributesProperty), Inherited = true)]
RadioButton\RadioButton.cs (1)
84 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
Shell\SearchHandler.cs (1)
154 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
Span.cs (3)
97 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty; 108 get { return (FontAttributes)GetValue(FontElement.FontAttributesProperty); } 109 set { SetValue(FontElement.FontAttributesProperty, value); }
TimePicker\TimePicker.cs (1)
38 public static readonly BindableProperty FontAttributesProperty = FontElement.FontAttributesProperty;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonRenderer.cs (1)
140 else if (e.PropertyName == FontElement.FontAttributesProperty.PropertyName