16 references to ImageElement
Microsoft.Maui.Controls (16)
Button\Button.cs (2)
99
public static readonly BindableProperty ImageSourceProperty =
ImageElement
.ImageSourceProperty;
439
ImageElement
.ImageSourceSourceChanged(this, e);
Image\Image.cs (8)
14
public static readonly BindableProperty SourceProperty =
ImageElement
.SourceProperty;
17
public static readonly BindableProperty AspectProperty =
ImageElement
.AspectProperty;
20
public static readonly BindableProperty IsOpaqueProperty =
ImageElement
.IsOpaqueProperty;
28
public static readonly BindableProperty IsAnimationPlayingProperty =
ImageElement
.IsAnimationPlayingProperty;
76
ImageElement
.OnBindingContextChanged(this, this);
84
return
ImageElement
.Measure(this, desiredSize, widthConstraint, heightConstraint);
94
ImageElement
.GetLoadAsAnimation(this);
100
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);