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