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();