1 write to lblMessage
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
160this.lblMessage = new System.Windows.Forms.Label();
8 references to lblMessage
System.Windows.Forms (8)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (8)
68this.lblMessage.Text = value; 171this.lblMessage.AutoSize = true; 172this.lblMessage.Location = new System.Drawing.Point(73, 30); 173this.lblMessage.Margin = new System.Windows.Forms.Padding(3, 30, 3, 0); 174this.lblMessage.Name = "lblMessage"; 175this.lblMessage.Size = new System.Drawing.Size(208, 43); 176this.lblMessage.TabIndex = 0; 264this.pictureLabelTableLayoutPanel.Controls.Add(this.lblMessage, 1, 0);