9 implementations of OnFontAttributesChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
393 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
DatePicker\DatePicker.cs (1)
141 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
InputView\InputView.cs (1)
248 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
Label\Label.cs (1)
247 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
Picker\Picker.cs (1)
122 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
RadioButton\RadioButton.cs (1)
252 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
Shell\SearchHandler.cs (1)
241 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue)
Span.cs (1)
164 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue)
TimePicker\TimePicker.cs (1)
128 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
1 reference to OnFontAttributesChanged
Microsoft.Maui.Controls (1)
FontElement.cs (1)
47 => ((IFontElement)bindable).OnFontAttributesChanged((FontAttributes)oldValue, (FontAttributes)newValue);