1 write to _sampleViewTableLayoutPanel
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
117
_sampleViewTableLayoutPanel
= new TableLayoutPanel();
12 references to _sampleViewTableLayoutPanel
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (12)
101
[MemberNotNull(nameof(
_sampleViewTableLayoutPanel
))]
129
_sampleViewTableLayoutPanel
.SuspendLayout();
150
resources.ApplyResources(
_sampleViewTableLayoutPanel
, "sampleViewTableLayoutPanel");
151
_sampleViewTableLayoutPanel
.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 423F));
152
_sampleViewTableLayoutPanel
.Controls.Add(_sampleViewGridsTableLayoutPanel, 0, 1);
153
_sampleViewTableLayoutPanel
.Controls.Add(_label1, 0, 0);
154
_sampleViewTableLayoutPanel
.Name = "sampleViewTableLayoutPanel";
155
_sampleViewTableLayoutPanel
.RowStyles.Add(new RowStyle());
156
_sampleViewTableLayoutPanel
.RowStyles.Add(new RowStyle());
222
_previewGroupBox.Controls.Add(
_sampleViewTableLayoutPanel
);
251
_sampleViewTableLayoutPanel
.ResumeLayout(false);
252
_sampleViewTableLayoutPanel
.PerformLayout();