3 writes to _image
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (3)
78_image = null; 93_image = new Bitmap(typeof(ToolStripPanelSelectionGlyph), fileName); 95_image = ScaleHelper.ScaleToDpi(_image, ScaleHelper.InitialSystemDpi, disposeBitmap: true);
6 references to _image
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (6)
75if (_image is not null) 77_image.Dispose(); 94_image.MakeTransparent(Color.Magenta); 95_image = ScaleHelper.ScaleToDpi(_image, ScaleHelper.InitialSystemDpi, disposeBitmap: true); 227if (_relatedPanel!.Visible && _image is not null && _glyphBounds != Rectangle.Empty && baseParentBounds.Contains(_glyphBounds)) 229pe.Graphics.DrawImage(_image, _glyphBounds.Left, _glyphBounds.Top);