1 write to tableLayoutPanelOuter
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
155this.tableLayoutPanelOuter = new System.Windows.Forms.TableLayoutPanel();
24 references to tableLayoutPanelOuter
System.Windows.Forms (24)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (24)
96this.tableLayoutPanelOuter.AccessibleName = string.Empty; 131this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelQuestion, 0); 132this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelInfo, 1); 133this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelButtons, 2); 134this.tableLayoutPanelOuter.Controls.SetChildIndex(this.warningTextTableLayoutPanel, 3); 174this.tableLayoutPanelOuter.SuspendLayout(); 185resources.ApplyResources(this.tableLayoutPanelOuter, "tableLayoutPanelOuter"); 186this.tableLayoutPanelOuter.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; 187this.tableLayoutPanelOuter.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 510F)); 188this.tableLayoutPanelOuter.Controls.Add(this.warningTextTableLayoutPanel, 0, 4); 189this.tableLayoutPanelOuter.Controls.Add(this.tableLayoutPanelQuestion, 0, 0); 190this.tableLayoutPanelOuter.Controls.Add(this.tableLayoutPanelButtons, 0, 2); 191this.tableLayoutPanelOuter.Controls.Add(this.tableLayoutPanelInfo, 0, 1); 192this.tableLayoutPanelOuter.Controls.Add(this.lineLabel, 0, 3); 193this.tableLayoutPanelOuter.Margin = new System.Windows.Forms.Padding(0, 0, 0, 12); 194this.tableLayoutPanelOuter.Name = "tableLayoutPanelOuter"; 195this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 196this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 197this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 198this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 199this.tableLayoutPanelOuter.RowStyles.Add(new System.Windows.Forms.RowStyle()); 365this.Controls.Add(this.tableLayoutPanelOuter); 380this.tableLayoutPanelOuter.ResumeLayout(false); 381this.tableLayoutPanelOuter.PerformLayout();