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