1 write to tableLayoutPanelInfo
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
165this.tableLayoutPanelInfo = new System.Windows.Forms.TableLayoutPanel();
23 references to tableLayoutPanelInfo
System.Windows.Forms (23)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (23)
105this.tableLayoutPanelInfo.AccessibleName = string.Empty; 132this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelInfo, 1); 180this.tableLayoutPanelInfo.SuspendLayout(); 191this.tableLayoutPanelOuter.Controls.Add(this.tableLayoutPanelInfo, 0, 1); 284resources.ApplyResources(this.tableLayoutPanelInfo, "tableLayoutPanelInfo"); 285this.tableLayoutPanelInfo.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 286this.tableLayoutPanelInfo.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 287this.tableLayoutPanelInfo.Controls.Add(this.lblName, 0, 0); 288this.tableLayoutPanelInfo.Controls.Add(this.linkLblName, 0, 1); 289this.tableLayoutPanelInfo.Controls.Add(this.lblFrom, 0, 2); 290this.tableLayoutPanelInfo.Controls.Add(this.linkLblFromUrl, 0, 3); 291this.tableLayoutPanelInfo.Controls.Add(this.lblPublisher, 0, 4); 292this.tableLayoutPanelInfo.Controls.Add(this.linkLblPublisher, 0, 5); 293this.tableLayoutPanelInfo.Margin = new System.Windows.Forms.Padding(30, 22, 12, 3); 294this.tableLayoutPanelInfo.Name = "tableLayoutPanelInfo"; 295this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 296this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 297this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 298this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 299this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 300this.tableLayoutPanelInfo.RowStyles.Add(new System.Windows.Forms.RowStyle()); 390this.tableLayoutPanelInfo.ResumeLayout(false); 391this.tableLayoutPanelInfo.PerformLayout();