9 implementations of OnFontAutoScalingEnabledChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
397 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) =>
DatePicker\DatePicker.cs (1)
144 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) =>
InputView\InputView.cs (1)
246 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) =>
Label\Label.cs (1)
257 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) =>
Picker\Picker.cs (1)
126 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) =>
RadioButton\RadioButton.cs (1)
256 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) =>
Shell\SearchHandler.cs (1)
234 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue)
Span.cs (1)
180 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) { }
TimePicker\TimePicker.cs (1)
131 void IFontElement.OnFontAutoScalingEnabledChanged(bool oldValue, bool newValue) =>
1 reference to OnFontAutoScalingEnabledChanged
Microsoft.Maui.Controls (1)
FontElement.cs (1)
50 => ((IFontElement)bindable).OnFontAutoScalingEnabledChanged((bool)oldValue, (bool)newValue);