2 writes to _dragImage
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
1019_dragImage = new Bitmap(imageWidth, imageHeight, Drawing.Imaging.PixelFormat.Format32bppPArgb); 1169_dragImage = null;
6 references to _dragImage
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (6)
816_graphicsTarget.DrawImage(_dragImage, newImageRect.X, newImageRect.Y); 1020using (Graphics g = Graphics.FromImage(_dragImage)) 1025((Bitmap)_dragImage).MakeTransparent(Color.Chartreuse); 1028using (Graphics g = Graphics.FromImage(_dragImage)) 1166if (_dragImage is not null) 1168_dragImage.Dispose();