1 write to tableLayoutPanelButtons
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
162this.tableLayoutPanelButtons = new System.Windows.Forms.TableLayoutPanel();
14 references to tableLayoutPanelButtons
System.Windows.Forms (14)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (14)
114this.tableLayoutPanelButtons.AccessibleName = string.Empty; 133this.tableLayoutPanelOuter.Controls.SetChildIndex(this.tableLayoutPanelButtons, 2); 179this.tableLayoutPanelButtons.SuspendLayout(); 190this.tableLayoutPanelOuter.Controls.Add(this.tableLayoutPanelButtons, 0, 2); 254resources.ApplyResources(this.tableLayoutPanelButtons, "tableLayoutPanelButtons"); 255this.tableLayoutPanelButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 256this.tableLayoutPanelButtons.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 257this.tableLayoutPanelButtons.Controls.Add(this.btnInstall, 0, 0); 258this.tableLayoutPanelButtons.Controls.Add(this.btnCancel, 1, 0); 259this.tableLayoutPanelButtons.Margin = new System.Windows.Forms.Padding(0, 6, 12, 12); 260this.tableLayoutPanelButtons.Name = "tableLayoutPanelButtons"; 261this.tableLayoutPanelButtons.RowStyles.Add(new System.Windows.Forms.RowStyle()); 388this.tableLayoutPanelButtons.ResumeLayout(false); 389this.tableLayoutPanelButtons.PerformLayout();