14 references to FontFamilyProperty
Microsoft.Maui.Controls (14)
Button\Button.cs (1)
59 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)
37 public static readonly BindableProperty FontFamilyProperty = FontElement.FontFamilyProperty;
InputView\InputView.cs (1)
55 public static readonly BindableProperty FontFamilyProperty = FontElement.FontFamilyProperty;
Label\Label.cs (1)
36 public static readonly BindableProperty FontFamilyProperty = FontElement.FontFamilyProperty;
Picker\Picker.cs (1)
51 public static readonly BindableProperty FontFamilyProperty = FontElement.FontFamilyProperty;
Properties\AssemblyInfo.cs (1)
105[assembly: StyleProperty("font-family", typeof(IFontElement), nameof(FontElement.FontFamilyProperty), Inherited = true)]
RadioButton\RadioButton.cs (1)
88 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)
32 public static readonly BindableProperty FontFamilyProperty = FontElement.FontFamilyProperty;