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