16 references to ImageElement
Microsoft.Maui.Controls (16)
Button\Button.cs (2)
97
public static readonly BindableProperty ImageSourceProperty =
ImageElement
.ImageSourceProperty;
437
ImageElement
.ImageSourceSourceChanged(this, e);
Image\Image.cs (8)
11
public static readonly BindableProperty SourceProperty =
ImageElement
.SourceProperty;
14
public static readonly BindableProperty AspectProperty =
ImageElement
.AspectProperty;
17
public static readonly BindableProperty IsOpaqueProperty =
ImageElement
.IsOpaqueProperty;
25
public static readonly BindableProperty IsAnimationPlayingProperty =
ImageElement
.IsAnimationPlayingProperty;
73
ImageElement
.OnBindingContextChanged(this, this);
81
return
ImageElement
.Measure(this, desiredSize, widthConstraint, heightConstraint);
91
ImageElement
.GetLoadAsAnimation(this);
97
ImageElement
.ImageSourceSourceChanged(this, e);
ImageButton\ImageButton.cs (6)
34
public static readonly BindableProperty SourceProperty =
ImageElement
.SourceProperty;
37
public static readonly BindableProperty AspectProperty =
ImageElement
.AspectProperty;
40
public static readonly BindableProperty IsOpaqueProperty =
ImageElement
.IsOpaqueProperty;
132
ImageElement
.OnBindingContextChanged(this, this);
156
return
ImageElement
.Measure(this, desiredSize, widthConstraint, heightConstraint);
231
ImageElement
.ImageSourceSourceChanged(this, e);