1 instantiation of FormsAnimationDrawableStateEventArgs
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\AndroidGIFImageParser.cs (1)
88 AnimationStopped?.Invoke(this, new FormsAnimationDrawableStateEventArgs(_finished));
4 references to FormsAnimationDrawableStateEventArgs
Microsoft.Maui.Controls.Compatibility (4)
Android\FastRenderers\ImageElementManager.cs (1)
169 internal static void OnAnimationStopped(IElementController image, FormsAnimationDrawableStateEventArgs e)
Android\FastRenderers\ImageRenderer.cs (1)
199 void OnAnimationStopped(object sender, FormsAnimationDrawableStateEventArgs e) =>
Android\Renderers\AndroidGIFImageParser.cs (2)
28 event EventHandler<FormsAnimationDrawableStateEventArgs> AnimationStopped; 57 public event EventHandler<FormsAnimationDrawableStateEventArgs> AnimationStopped;