2 writes to _animation
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\FormsUIImageView.cs (2)
53 _animation = value; 120 _animation = null;
15 references to _animation
Microsoft.Maui.Controls.Compatibility (15)
iOS\Renderers\FormsUIImageView.cs (15)
43 get { return _animation; } 46 if (_animation != null) 48 _animation.AnimationStopped -= OnAnimationStopped; 50 _animation.Dispose(); 54 if (_animation != null) 56 _animation.AnimationStopped += OnAnimationStopped; 57 Layer.AddAnimation(_animation, AnimationLayerName); 73 if (_animation != null) 82 if (_animation != null && Layer.Speed == 0.0f) 85 Layer.AddAnimation(_animation, AnimationLayerName); 96 if (_animation != null && Layer.Speed != 0.0f) 99 Layer.AddAnimation(_animation, AnimationLayerName); 115 if (disposing && _animation != null) 117 _animation.AnimationStopped -= OnAnimationStopped; 119 _animation.Dispose();