14 references to FontSizeProperty
Microsoft.Maui.Controls (14)
Button\Button.cs (1)
62
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)
38
public static readonly BindableProperty FontSizeProperty = FontElement.
FontSizeProperty
;
InputView\InputView.cs (1)
54
public static readonly BindableProperty FontSizeProperty = FontElement.
FontSizeProperty
;
Label\Label.cs (1)
36
public static readonly BindableProperty FontSizeProperty = FontElement.
FontSizeProperty
;
Picker\Picker.cs (1)
51
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)
88
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)
33
public static readonly BindableProperty FontSizeProperty = FontElement.
FontSizeProperty
;