2 implementations of OnLineHeightChanged
Microsoft.Maui.Controls (2)
Label\Label.cs (1)
263 void ILineHeightElement.OnLineHeightChanged(double oldValue, double newValue) =>
Span.cs (1)
195 void ILineHeightElement.OnLineHeightChanged(double oldValue, double newValue)
1 reference to OnLineHeightChanged
Microsoft.Maui.Controls (1)
LineHeightElement.cs (1)
15 ((ILineHeightElement)bindable).OnLineHeightChanged((double)oldValue, (double)newValue);