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);
1020
using (Graphics g = Graphics.FromImage(
_dragImage
))
1025
((Bitmap)
_dragImage
).MakeTransparent(Color.Chartreuse);
1028
using (Graphics g = Graphics.FromImage(
_dragImage
))
1166
if (
_dragImage
is not null)
1168
_dragImage
.Dispose();