1 write to _imageView
Microsoft.Maui.Controls (1)
Compatibility\iOS\Extensions\ToolbarItemExtensions.cs (1)
223 _imageView = new UIImageView { BackgroundColor = UIColor.Clear };
8 references to _imageView
Microsoft.Maui.Controls (8)
Compatibility\iOS\Extensions\ToolbarItemExtensions.cs (8)
224 AddSubview(_imageView); 237 _imageView.Alpha = value ? 1f : 0.25f; 243 get { return _imageView.Image; } 244 set { _imageView.Image = value; } 258 var imageSize = _imageView.SizeThatFitsImage(Bounds.Size); 263 _imageView.Frame = new RectangleF(PointF.Empty, imageSize); 264 _imageView.Center = new PointF(Bounds.GetMidX(), Bounds.GetMidY()); 280 _imageView.Frame = frame;