14 references to FontSizeProperty
Microsoft.Maui.Controls (14)
Button\Button.cs (1)
64 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
ContentConverter.cs (2)
94 if (ShouldSetBinding(content, FontElement.FontSizeProperty)) 96 content.SetBinding(FontElement.FontSizeProperty, static (IFontElement fe) => fe.FontSize, source: source);
DatePicker\DatePicker.cs (1)
40 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
InputView\InputView.cs (1)
57 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Label\Label.cs (1)
39 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Picker\Picker.cs (1)
54 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Properties\AssemblyInfo.cs (1)
106[assembly: StyleProperty("font-size", typeof(IFontElement), nameof(FontElement.FontSizeProperty), Inherited = true)]
RadioButton\RadioButton.cs (1)
91 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Shell\SearchHandler.cs (1)
151 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Span.cs (3)
94 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty; 123 get { return (double)GetValue(FontElement.FontSizeProperty); } 124 set { SetValue(FontElement.FontSizeProperty, value); }
TimePicker\TimePicker.cs (1)
35 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;