3 implementations of IImageController
Microsoft.Maui.Controls (3)
Button\Button.cs (1)
16 public partial class Button : View, IFontElement, ITextElement, IBorderElement, IButtonController, IElementConfiguration<Button>, IPaddingElement, IImageController, IViewController, IButtonElement, ICommandElement, IImageElement, IButton, ITextButton, IImageButton
Image\Image.cs (1)
8 public partial class Image : View, IImageController, IElementConfiguration<Image>, IViewController, IImageElement, IImage
ImageButton\ImageButton.cs (1)
14 public partial class ImageButton : View, IImageController, IElementConfiguration<ImageButton>, IBorderElement, IButtonController, IViewController, IPaddingElement, IButtonElement, ICommandElement, IImageElement, IImageButton
10 references to IImageController
Microsoft.Maui.Controls (6)
Button\Button.cs (2)
431 bool IImageController.GetLoadAsAnimation() => false; 439 void IImageController.SetIsLoading(bool isLoading)
Image\Image.cs (2)
90 bool IImageController.GetLoadAsAnimation() => 93 void IImageController.SetIsLoading(bool isLoading) =>
ImageButton\ImageButton.cs (2)
244 bool IImageController.GetLoadAsAnimation() => false; 264 ((IImageController)this)?.SetIsLoading(isLoading);
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\ImageElementManager.cs (3)
59 renderer.Element is IImageController imageController) 158 var imageController = imageElement as IImageController;
iOS\Renderers\ImageRenderer.cs (1)
92 ((IImageController)Element)?.SetIsLoading(false);