6 references to ImageSource
Microsoft.Maui.Controls (6)
Cells\ImageCell.cs (6)
9 /// <summary>Bindable property for <see cref="ImageSource"/>.</summary> 10 public static readonly BindableProperty ImageSourceProperty = BindableProperty.Create(nameof(ImageSource), typeof(ImageSource), typeof(ImageCell), null, 19 if (ImageSource == null) 21 ImageSource.Cancel(); 35 if (ImageSource != null) 36 SetInheritedBindingContext(ImageSource, BindingContext);