9 implementations of FontAttributes
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
287 public FontAttributes FontAttributes
DatePicker\DatePicker.cs (1)
103 public FontAttributes FontAttributes
InputView\InputView.cs (1)
198 public FontAttributes FontAttributes
Label\Label.cs (1)
180 public FontAttributes FontAttributes
Picker\Picker.cs (1)
74 public FontAttributes FontAttributes
RadioButton\RadioButton.cs (1)
159 public FontAttributes FontAttributes
Shell\SearchHandler.cs (1)
192 public FontAttributes FontAttributes
Span.cs (1)
106 public FontAttributes FontAttributes
TimePicker\TimePicker.cs (1)
78 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);