3 writes to _image
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (3)
76_image = null; 90_image = new Bitmap(typeof(ToolStripPanelSelectionGlyph), fileName); 92_image = ScaleHelper.ScaleToDpi(_image, ScaleHelper.InitialSystemDpi, disposeBitmap: true);
5 references to _image
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (5)
75_image?.Dispose(); 91_image.MakeTransparent(Color.Magenta); 92_image = ScaleHelper.ScaleToDpi(_image, ScaleHelper.InitialSystemDpi, disposeBitmap: true); 224if (_relatedPanel!.Visible && _image is not null && _glyphBounds != Rectangle.Empty && baseParentBounds.Contains(_glyphBounds)) 226pe.Graphics.DrawImage(_image, _glyphBounds.Left, _glyphBounds.Top);