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);
224
if (_relatedPanel!.Visible &&
_image
is not null && _glyphBounds != Rectangle.Empty && baseParentBounds.Contains(_glyphBounds))
226
pe.Graphics.DrawImage(
_image
, _glyphBounds.Left, _glyphBounds.Top);