9 implementations of OnFontAttributesChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
392 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
DatePicker\DatePicker.cs (1)
139 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
InputView\InputView.cs (1)
246 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
Label\Label.cs (1)
245 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
Picker\Picker.cs (1)
120 void IFontElement.OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) =>
RadioButton\RadioButton.cs (1)
250 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)
126 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);