1 write to _buttonTableLayoutPanel
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
182_buttonTableLayoutPanel = new TableLayoutPanel
13 references to _buttonTableLayoutPanel
System.Windows.Forms (13)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (13)
111[MemberNotNull(nameof(_buttonTableLayoutPanel))] 194_buttonTableLayoutPanel.SuspendLayout(); 196_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F)); 197_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 198_buttonTableLayoutPanel.ColumnStyles.Add(new ColumnStyle()); 199_buttonTableLayoutPanel.Controls.Add(_cancelButton, 2, 0); 200_buttonTableLayoutPanel.Controls.Add(_okButton, 1, 0); 201_buttonTableLayoutPanel.Controls.Add(_detailsButton, 0, 0); 202_buttonTableLayoutPanel.RowStyles.Add(new RowStyle()); 241_overarchingTableLayoutPanel.Controls.Add(_buttonTableLayoutPanel, 0, 1); 246_overarchingTableLayoutPanel.SetColumnSpan(_buttonTableLayoutPanel, 2); 280_buttonTableLayoutPanel.ResumeLayout(performLayout: false); 281_buttonTableLayoutPanel.PerformLayout();