3 implementations of GetLoadAsAnimation
Microsoft.Maui.Controls (3)
Button\Button.cs (1)
432
bool IImageController.
GetLoadAsAnimation
() => false;
Image\Image.cs (1)
92
bool IImageController.
GetLoadAsAnimation
() =>
ImageButton\ImageButton.cs (1)
244
bool IImageController.
GetLoadAsAnimation
() => false;
1 reference to GetLoadAsAnimation
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageElementManager.cs (1)
203
bool useAnimation = imageController.
GetLoadAsAnimation
();