1 write to pictureBox
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
161
this.
pictureBox
= new System.Windows.Forms.PictureBox();
11 references to pictureBox
System.Windows.Forms (11)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (11)
97
pictureBox
.Image = SystemIcons.Warning.ToBitmap();
166
((System.ComponentModel.ISupportInitialize)(this.
pictureBox
)).BeginInit();
180
this.
pictureBox
.Location = new System.Drawing.Point(3, 3);
181
this.
pictureBox
.Name = "pictureBox";
182
this.
pictureBox
.Size = new System.Drawing.Size(64, 64);
183
this.
pictureBox
.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
184
this.
pictureBox
.TabIndex = 5;
185
this.
pictureBox
.TabStop = false;
186
this.
pictureBox
.AutoSize = true;
265
this.pictureLabelTableLayoutPanel.Controls.Add(this.
pictureBox
, 0, 0);
307
((System.ComponentModel.ISupportInitialize)(this.
pictureBox
)).EndInit();