5 references to IsAnimationPlayingProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
61
get { return (bool)GetValue(
IsAnimationPlayingProperty
); }
62
set { SetValue(
IsAnimationPlayingProperty
, value); }
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ImageElementManager.cs (3)
106
else if (e.PropertyName == Image.
IsAnimationPlayingProperty
.PropertyName)
220
if ((bool)Element.GetValue(Image.
IsAnimationPlayingProperty
))
261
imageController.SetValueFromRenderer(Image.
IsAnimationPlayingProperty
, false);