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