1 write to tableLayoutPanelQuestion
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
159
this.
tableLayoutPanelQuestion
= new System.Windows.Forms.TableLayoutPanel();
15 references to tableLayoutPanelQuestion
System.Windows.Forms (15)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (15)
99
this.
tableLayoutPanelQuestion
.AccessibleName = string.Empty;
131
this.tableLayoutPanelOuter.Controls.SetChildIndex(this.
tableLayoutPanelQuestion
, 0);
177
this.
tableLayoutPanelQuestion
.SuspendLayout();
189
this.tableLayoutPanelOuter.Controls.Add(this.
tableLayoutPanelQuestion
, 0, 0);
229
resources.ApplyResources(this.
tableLayoutPanelQuestion
, "tableLayoutPanelQuestion");
230
this.
tableLayoutPanelQuestion
.BackColor = System.Drawing.SystemColors.Window;
231
this.
tableLayoutPanelQuestion
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
232
this.
tableLayoutPanelQuestion
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 58F));
233
this.
tableLayoutPanelQuestion
.Controls.Add(this.lblQuestion, 0, 0);
234
this.
tableLayoutPanelQuestion
.Controls.Add(this.pictureBoxQuestion, 1, 0);
235
this.
tableLayoutPanelQuestion
.Margin = new System.Windows.Forms.Padding(0);
236
this.
tableLayoutPanelQuestion
.Name = "tableLayoutPanelQuestion";
237
this.
tableLayoutPanelQuestion
.RowStyles.Add(new System.Windows.Forms.RowStyle());
385
this.
tableLayoutPanelQuestion
.ResumeLayout(false);
386
this.
tableLayoutPanelQuestion
.PerformLayout();