14 references to FontFamilyProperty
Microsoft.Maui.Controls (14)
Button\Button.cs (1)
57
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
ContentConverter.cs (2)
99
if (ShouldSetBinding(content, FontElement.
FontFamilyProperty
))
101
content.SetBinding(FontElement.
FontFamilyProperty
, static (IFontElement fe) => fe.FontFamily, source: source);
DatePicker\DatePicker.cs (1)
35
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
InputView\InputView.cs (1)
52
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
Label\Label.cs (1)
33
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
Picker\Picker.cs (1)
48
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
Properties\AssemblyInfo.cs (1)
102
[assembly: StyleProperty("font-family", typeof(IFontElement), nameof(FontElement.
FontFamilyProperty
), Inherited = true)]
RadioButton\RadioButton.cs (1)
85
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
Shell\SearchHandler.cs (1)
148
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
Span.cs (3)
91
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;
115
get { return (string)GetValue(FontElement.
FontFamilyProperty
); }
116
set { SetValue(FontElement.
FontFamilyProperty
, value); }
TimePicker\TimePicker.cs (1)
30
public static readonly BindableProperty FontFamilyProperty = FontElement.
FontFamilyProperty
;