2 writes to _dragImage
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (2)
1013_dragImage = new Bitmap(imageWidth, imageHeight, Drawing.Imaging.PixelFormat.Format32bppPArgb); 1158_dragImage = null;
5 references to _dragImage
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (5)
810_graphicsTarget.DrawImage(_dragImage, newImageRect.X, newImageRect.Y); 1014using (Graphics g = Graphics.FromImage(_dragImage)) 1019((Bitmap)_dragImage).MakeTransparent(Color.Chartreuse); 1022using (Graphics g = Graphics.FromImage(_dragImage)) 1157_dragImage?.Dispose();