1 write to pictureLabelTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
159this.pictureLabelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
17 references to pictureLabelTableLayoutPanel
System.Windows.Forms (17)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (17)
165this.pictureLabelTableLayoutPanel.SuspendLayout(); 205this.overarchingTableLayoutPanel.Controls.Add(this.pictureLabelTableLayoutPanel, 0, 0); 259this.pictureLabelTableLayoutPanel.AutoSize = true; 260this.pictureLabelTableLayoutPanel.AutoSizeMode = Forms.AutoSizeMode.GrowOnly; 261this.pictureLabelTableLayoutPanel.ColumnCount = 2; 262this.pictureLabelTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); 263this.pictureLabelTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 264this.pictureLabelTableLayoutPanel.Controls.Add(this.lblMessage, 1, 0); 265this.pictureLabelTableLayoutPanel.Controls.Add(this.pictureBox, 0, 0); 266this.pictureLabelTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; 267this.pictureLabelTableLayoutPanel.Location = new System.Drawing.Point(3, 3); 268this.pictureLabelTableLayoutPanel.Name = "pictureLabelTableLayoutPanel"; 269this.pictureLabelTableLayoutPanel.RowCount = 1; 270this.pictureLabelTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize)); 271this.pictureLabelTableLayoutPanel.Size = new System.Drawing.Size(284, 73); 272this.pictureLabelTableLayoutPanel.TabIndex = 4; 306this.pictureLabelTableLayoutPanel.ResumeLayout(false);