7 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);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Cells\ImageCellRenderer.cs (1)
44
var source = cell.
ImageSource
;