3 implementations of SetIsLoading
Microsoft.Maui.Controls (3)
Button\Button.cs (1)
439 void IImageController.SetIsLoading(bool isLoading)
Image\Image.cs (1)
93 void IImageController.SetIsLoading(bool isLoading) =>
ImageButton\ImageButton.cs (1)
175 public void SetIsLoading(bool isLoading) => SetValue(IsLoadingPropertyKey, isLoading);
1 reference to SetIsLoading
Microsoft.Maui.Controls (1)
ImageButton\ImageButton.cs (1)
264 ((IImageController)this)?.SetIsLoading(isLoading);