1 reference to OnSourcePropertyChanged
Microsoft.Maui.Controls (1)
Cells\ImageCell.cs (1)
12 propertyChanged: (bindable, oldvalue, newvalue) => ((ImageCell)bindable).OnSourcePropertyChanged((ImageSource)oldvalue, (ImageSource)newvalue));