15 references to FontSizeProperty
Microsoft.Maui.Controls (14)
Button\Button.cs (1)
63 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)
56 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Label\Label.cs (1)
38 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Picker\Picker.cs (1)
53 public static readonly BindableProperty FontSizeProperty = FontElement.FontSizeProperty;
Properties\AssemblyInfo.cs (1)
103[assembly: StyleProperty("font-size", typeof(IFontElement), nameof(FontElement.FontSizeProperty), Inherited = true)]
RadioButton\RadioButton.cs (1)
90 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;
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonRenderer.cs (1)
143 || e.PropertyName == FontElement.FontSizeProperty.PropertyName)