4 references to ImageSourceProperty
Microsoft.Maui.Controls (3)
Cells\ImageCell.cs (3)
29 get { return (ImageSource)GetValue(ImageSourceProperty); } 30 set { SetValue(ImageSourceProperty, value); } 43 OnPropertyChanged(ImageSourceProperty.PropertyName);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\ImageCellRenderer.cs (1)
38 if (args.PropertyName == ImageCell.ImageSourceProperty.PropertyName)