1 write to _imageView
Microsoft.Maui.Controls (1)
Compatibility\iOS\Extensions\ToolbarItemExtensions.cs (1)
228 _imageView = new UIImageView { BackgroundColor = UIColor.Clear };
8 references to _imageView
Microsoft.Maui.Controls (8)
Compatibility\iOS\Extensions\ToolbarItemExtensions.cs (8)
229 AddSubview(_imageView); 242 _imageView.Alpha = value ? 1f : 0.25f; 248 get { return _imageView.Image; } 249 set { _imageView.Image = value; } 263 var imageSize = _imageView.SizeThatFitsImage(Bounds.Size); 268 _imageView.Frame = new RectangleF(PointF.Empty, imageSize); 269 _imageView.Center = new PointF(Bounds.GetMidX(), Bounds.GetMidY()); 285 _imageView.Frame = frame;