1 write to warningTextTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
156
this.
warningTextTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
15 references to warningTextTableLayoutPanel
System.Windows.Forms (15)
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (15)
119
this.
warningTextTableLayoutPanel
.AccessibleName = string.Empty;
134
this.tableLayoutPanelOuter.Controls.SetChildIndex(this.
warningTextTableLayoutPanel
, 3);
175
this.
warningTextTableLayoutPanel
.SuspendLayout();
188
this.tableLayoutPanelOuter.Controls.Add(this.
warningTextTableLayoutPanel
, 0, 4);
203
resources.ApplyResources(this.
warningTextTableLayoutPanel
, "warningTextTableLayoutPanel");
204
this.
warningTextTableLayoutPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
205
this.
warningTextTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
206
this.
warningTextTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
207
this.
warningTextTableLayoutPanel
.Controls.Add(this.pictureBoxWarning, 0, 0);
208
this.
warningTextTableLayoutPanel
.Controls.Add(this.linkLblMoreInformation, 1, 0);
209
this.
warningTextTableLayoutPanel
.Margin = new System.Windows.Forms.Padding(12, 6, 0, 0);
210
this.
warningTextTableLayoutPanel
.Name = "warningTextTableLayoutPanel";
211
this.
warningTextTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
382
this.
warningTextTableLayoutPanel
.ResumeLayout(false);
383
this.
warningTextTableLayoutPanel
.PerformLayout();