9 implementations of FontAutoScalingEnabled
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
319 public bool FontAutoScalingEnabled
DatePicker\DatePicker.cs (1)
126 public bool FontAutoScalingEnabled
InputView\InputView.cs (1)
231 public bool FontAutoScalingEnabled
Label\Label.cs (1)
211 public bool FontAutoScalingEnabled
Picker\Picker.cs (1)
98 public bool FontAutoScalingEnabled
RadioButton\RadioButton.cs (1)
183 public bool FontAutoScalingEnabled
Shell\SearchHandler.cs (1)
220 public bool FontAutoScalingEnabled
Span.cs (1)
127 public bool FontAutoScalingEnabled
TimePicker\TimePicker.cs (1)
101 public bool FontAutoScalingEnabled
2 references to FontAutoScalingEnabled
Microsoft.Maui.Controls (2)
FontElement.cs (1)
31 /// The backing store for the <see cref="IFontElement.FontAutoScalingEnabled" /> bindable property.
FontExtensions.cs (1)
35 return Font.OfSize(element.FontFamily, size, enableScaling: element.FontAutoScalingEnabled).WithAttributes(element.FontAttributes);