4 implementations of IsAnimationPlaying
Microsoft.Maui.Controls (4)
Button\Button.cs (1)
513
bool IImageSourcePart.
IsAnimationPlaying
=> false;
Image\Image.cs (1)
57
public bool
IsAnimationPlaying
ImageButton\ImageButton.cs (1)
267
bool IImageSourcePart.
IsAnimationPlaying
=> false;
Menu\MenuItem.cs (1)
152
bool IImageSourcePart.
IsAnimationPlaying
=> false;
1 reference to IsAnimationPlaying
Microsoft.Maui (1)
Handlers\Image\ImageHandler.cs (1)
29
[nameof(IImage.
IsAnimationPlaying
)] = MapIsAnimationPlaying,