1 write to pictureBox3
WinFormsControlsTest (1)
DragDrop.Designer.cs (1)
41
pictureBox3
= new PictureBox();
17 references to pictureBox3
WinFormsControlsTest (17)
DragDrop.cs (6)
35
pictureBox3
,
55
pictureBox3
.AllowDrop = true;
56
pictureBox3
.DragEnter += PictureBox_DragEnter;
57
pictureBox3
.DragDrop += PictureBox_DragDrop;
58
pictureBox3
.MouseDown += PictureBox_MouseDown;
59
pictureBox3
.GiveFeedback += PictureBox_GiveFeedback;
DragDrop.Designer.cs (11)
50
((System.ComponentModel.ISupportInitialize)
pictureBox3
).BeginInit();
66
tableLayoutPanel1.Controls.Add(
pictureBox3
, 0, 2);
129
pictureBox3
.BorderStyle = BorderStyle.FixedSingle;
130
pictureBox3
.Dock = DockStyle.Fill;
131
pictureBox3
.InitialImage = null;
132
pictureBox3
.Location = new Point(3, 227);
133
pictureBox3
.Name = "pictureBox3";
134
pictureBox3
.Size = new Size(109, 106);
135
pictureBox3
.TabIndex = 13;
136
pictureBox3
.TabStop = false;
207
((System.ComponentModel.ISupportInitialize)
pictureBox3
).EndInit();