14 references to FontAttributesProperty
Microsoft.Maui.Controls (14)
Button\Button.cs (1)
72
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)
41
public static readonly BindableProperty FontAttributesProperty = FontElement.
FontAttributesProperty
;
InputView\InputView.cs (1)
56
public static readonly BindableProperty FontAttributesProperty = FontElement.
FontAttributesProperty
;
Label\Label.cs (1)
39
public static readonly BindableProperty FontAttributesProperty = FontElement.
FontAttributesProperty
;
Picker\Picker.cs (1)
54
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)
82
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)
36
public static readonly BindableProperty FontAttributesProperty = FontElement.
FontAttributesProperty
;