1 write to pictureBox5
WinFormsControlsTest (1)
DragDrop.Designer.cs (1)
43
pictureBox5
= new PictureBox();
17 references to pictureBox5
WinFormsControlsTest (17)
DragDrop.cs (6)
37
pictureBox5
67
pictureBox5
.AllowDrop = true;
68
pictureBox5
.DragEnter += PictureBox_DragEnter;
69
pictureBox5
.DragDrop += PictureBox_DragDrop;
70
pictureBox5
.MouseDown += PictureBox_MouseDown;
71
pictureBox5
.GiveFeedback += PictureBox_GiveFeedback;
DragDrop.Designer.cs (11)
52
((System.ComponentModel.ISupportInitialize)
pictureBox5
).BeginInit();
68
tableLayoutPanel1.Controls.Add(
pictureBox5
, 0, 4);
151
pictureBox5
.BorderStyle = BorderStyle.FixedSingle;
152
pictureBox5
.Dock = DockStyle.Fill;
153
pictureBox5
.InitialImage = null;
154
pictureBox5
.Location = new Point(3, 451);
155
pictureBox5
.Name = "pictureBox5";
156
pictureBox5
.Size = new Size(109, 106);
157
pictureBox5
.TabIndex = 13;
158
pictureBox5
.TabStop = false;
209
((System.ComponentModel.ISupportInitialize)
pictureBox5
).EndInit();