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(); 150resources.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();