9 implementations of OnFontFamilyChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
383 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue) =>
DatePicker\DatePicker.cs (1)
130 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue) =>
InputView\InputView.cs (1)
237 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue) =>
Label\Label.cs (1)
248 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue) =>
Picker\Picker.cs (1)
111 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue) =>
RadioButton\RadioButton.cs (1)
244 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue) =>
Shell\SearchHandler.cs (1)
226 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue)
Span.cs (1)
153 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue)
TimePicker\TimePicker.cs (1)
117 void IFontElement.OnFontFamilyChanged(string oldValue, string newValue) =>
1 reference to OnFontFamilyChanged
Microsoft.Maui.Controls (1)
FontElement.cs (1)
38 => ((IFontElement)bindable).OnFontFamilyChanged((string)oldValue, (string)newValue);