9 implementations of FontAttributes
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
289
public FontAttributes
FontAttributes
DatePicker\DatePicker.cs (1)
105
public FontAttributes
FontAttributes
InputView\InputView.cs (1)
201
public FontAttributes
FontAttributes
Label\Label.cs (1)
183
public FontAttributes
FontAttributes
Picker\Picker.cs (1)
77
public FontAttributes
FontAttributes
RadioButton\RadioButton.cs (1)
162
public FontAttributes
FontAttributes
Shell\SearchHandler.cs (1)
192
public FontAttributes
FontAttributes
Span.cs (1)
106
public FontAttributes
FontAttributes
TimePicker\TimePicker.cs (1)
80
public FontAttributes
FontAttributes
3 references to FontAttributes
Microsoft.Maui.Controls (3)
ContentConverter.cs (1)
91
content.SetBinding(FontElement.FontAttributesProperty, static (IFontElement fe) => fe.
FontAttributes
, source: source);
FontElement.cs (1)
24
/// The backing store for the <see cref="IFontElement.
FontAttributes
" /> bindable property.
FontExtensions.cs (1)
35
return Font.OfSize(element.FontFamily, size, enableScaling: element.FontAutoScalingEnabled).WithAttributes(element.
FontAttributes
);