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