1 write to pictureBox4
WinFormsControlsTest (1)
DragDrop.Designer.cs (1)
42
pictureBox4
= new PictureBox();
17 references to pictureBox4
WinFormsControlsTest (17)
DragDrop.cs (6)
36
pictureBox4
,
61
pictureBox4
.AllowDrop = true;
62
pictureBox4
.DragEnter += PictureBox_DragEnter;
63
pictureBox4
.DragDrop += PictureBox_DragDrop;
64
pictureBox4
.MouseDown += PictureBox_MouseDown;
65
pictureBox4
.GiveFeedback += PictureBox_GiveFeedback;
DragDrop.Designer.cs (11)
51
((System.ComponentModel.ISupportInitialize)
pictureBox4
).BeginInit();
67
tableLayoutPanel1.Controls.Add(
pictureBox4
, 0, 3);
140
pictureBox4
.BorderStyle = BorderStyle.FixedSingle;
141
pictureBox4
.Dock = DockStyle.Fill;
142
pictureBox4
.InitialImage = null;
143
pictureBox4
.Location = new Point(3, 339);
144
pictureBox4
.Name = "pictureBox4";
145
pictureBox4
.Size = new Size(109, 106);
146
pictureBox4
.TabIndex = 13;
147
pictureBox4
.TabStop = false;
208
((System.ComponentModel.ISupportInitialize)
pictureBox4
).EndInit();