3 references to IsAnimationPlayingProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
59
get { return (bool)GetValue(
IsAnimationPlayingProperty
); }
60
set { SetValue(
IsAnimationPlayingProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\ImageRenderer.cs (1)
19
RegisterPropertyHandler(Image.
IsAnimationPlayingProperty
, UpdateIsAnimationPlaying);