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