1 write to _checkBoxesTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (1)
263
_checkBoxesTableLayoutPanel
= new TableLayoutPanel();
16 references to _checkBoxesTableLayoutPanel
System.Windows.Forms.Design (16)
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (16)
242
[MemberNotNull(nameof(
_checkBoxesTableLayoutPanel
))]
280
_checkBoxesTableLayoutPanel
.SuspendLayout();
300
_overarchingTableLayoutPanel.Controls.Add(
_checkBoxesTableLayoutPanel
, 0, 10);
329
resources.ApplyResources(
_checkBoxesTableLayoutPanel
, "checkBoxesTableLayoutPanel");
330
_checkBoxesTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle());
331
_checkBoxesTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle());
332
_checkBoxesTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle());
333
_checkBoxesTableLayoutPanel
.Controls.Add(_frozenCheckBox, 2, 0);
334
_checkBoxesTableLayoutPanel
.Controls.Add(_visibleCheckBox, 0, 0);
335
_checkBoxesTableLayoutPanel
.Controls.Add(_readOnlyCheckBox, 1, 0);
336
_checkBoxesTableLayoutPanel
.Margin = new Padding(0);
337
_overarchingTableLayoutPanel.SetColumnSpan(
_checkBoxesTableLayoutPanel
, 3);
338
_checkBoxesTableLayoutPanel
.Name = "checkBoxesTableLayoutPanel";
339
_checkBoxesTableLayoutPanel
.RowStyles.Add(new RowStyle());
472
_checkBoxesTableLayoutPanel
.ResumeLayout(false);
473
_checkBoxesTableLayoutPanel
.PerformLayout();