1 write to _tableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
79_tableLayoutPanel = new TableLayoutPanel();
25 references to _tableLayoutPanel
System.Windows.Forms.Design (25)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (25)
74[MemberNotNull(nameof(_tableLayoutPanel))] 87_tableLayoutPanel.SuspendLayout(); 92resources.ApplyResources(_tableLayoutPanel, "tableLayoutPanel1"); 93_tableLayoutPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink; 94_tableLayoutPanel.BackColor = SystemColors.Window; 95_tableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 96_tableLayoutPanel.Controls.Add(_noneCheckBox, 0, 0); 97_tableLayoutPanel.Controls.Add(_allCheckBox, 0, 2); 98_tableLayoutPanel.Controls.Add(_topCheckBox, 0, 3); 99_tableLayoutPanel.Controls.Add(_bottomCheckBox, 0, 4); 100_tableLayoutPanel.Controls.Add(_rightCheckBox, 0, 6); 101_tableLayoutPanel.Controls.Add(_leftCheckBox, 0, 5); 102_tableLayoutPanel.Controls.Add(_splitterLabel, 0, 1); 103_tableLayoutPanel.Name = "tableLayoutPanel1"; 104_tableLayoutPanel.RowStyles.Add(new RowStyle()); 105_tableLayoutPanel.RowStyles.Add(new RowStyle()); 106_tableLayoutPanel.RowStyles.Add(new RowStyle()); 107_tableLayoutPanel.RowStyles.Add(new RowStyle()); 108_tableLayoutPanel.RowStyles.Add(new RowStyle()); 109_tableLayoutPanel.RowStyles.Add(new RowStyle()); 110_tableLayoutPanel.RowStyles.Add(new RowStyle()); 111_tableLayoutPanel.Margin = new Padding(0); 158Controls.Add(_tableLayoutPanel); 163_tableLayoutPanel.ResumeLayout(false); 164_tableLayoutPanel.PerformLayout();