9 implementations of OnFontFamilyChanged
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
385
void IFontElement.
OnFontFamilyChanged
(string oldValue, string newValue) =>
DatePicker\DatePicker.cs (1)
132
void IFontElement.
OnFontFamilyChanged
(string oldValue, string newValue) =>
InputView\InputView.cs (1)
240
void IFontElement.
OnFontFamilyChanged
(string oldValue, string newValue) =>
Label\Label.cs (1)
251
void IFontElement.
OnFontFamilyChanged
(string oldValue, string newValue) =>
Picker\Picker.cs (1)
114
void IFontElement.
OnFontFamilyChanged
(string oldValue, string newValue) =>
RadioButton\RadioButton.cs (1)
247
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)
119
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);