1 write to _overarchingTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
128
_overarchingTableLayoutPanel
= new TableLayoutPanel();
14 references to _overarchingTableLayoutPanel
System.Windows.Forms.Design (14)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (14)
112
[MemberNotNull(nameof(
_overarchingTableLayoutPanel
))]
135
_overarchingTableLayoutPanel
.SuspendLayout();
227
resources.ApplyResources(
_overarchingTableLayoutPanel
, "overarchingTableLayoutPanel");
228
_overarchingTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle());
229
_overarchingTableLayoutPanel
.Controls.Add(_cellStyleProperties, 0, 0);
230
_overarchingTableLayoutPanel
.Controls.Add(_okCancelTableLayoutPanel, 0, 2);
231
_overarchingTableLayoutPanel
.Controls.Add(_previewGroupBox, 0, 1);
232
_overarchingTableLayoutPanel
.Name = "overarchingTableLayoutPanel";
233
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
234
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle());
235
_overarchingTableLayoutPanel
.RowStyles.Add(new RowStyle());
240
Controls.Add(
_overarchingTableLayoutPanel
);
261
_overarchingTableLayoutPanel
.ResumeLayout(false);
262
_overarchingTableLayoutPanel
.PerformLayout();