2 references to IsAnimationPlayingProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
62 get { return (bool)GetValue(IsAnimationPlayingProperty); } 63 set { SetValue(IsAnimationPlayingProperty, value); }