1 write to _pictureLabelTableLayoutPanel
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
204_pictureLabelTableLayoutPanel = new()
9 references to _pictureLabelTableLayoutPanel
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (9)
112[MemberNotNull(nameof(_pictureLabelTableLayoutPanel))] 217_pictureLabelTableLayoutPanel.SuspendLayout(); 219_pictureLabelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 220_pictureLabelTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 221_pictureLabelTableLayoutPanel.Controls.Add(_messageLabel, 1, 0); 222_pictureLabelTableLayoutPanel.Controls.Add(_pictureBox, 0, 0); 223_pictureLabelTableLayoutPanel.RowStyles.Add(new RowStyle(SizeType.AutoSize)); 242_overarchingTableLayoutPanel.Controls.Add(_pictureLabelTableLayoutPanel, 0, 0); 282_pictureLabelTableLayoutPanel.ResumeLayout(performLayout: false);