1 write to _tableLayoutPanel
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
56
_tableLayoutPanel
= new TableLayoutPanel()
6 references to _tableLayoutPanel
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (6)
66
_tableLayoutPanel
.ColumnStyles.Add(new(SizeType.Percent, 100F));
67
_tableLayoutPanel
.RowStyles.Add(new(SizeType.Percent, 50F));
68
_tableLayoutPanel
.RowStyles.Add(new(SizeType.Percent, 50F));
69
_tableLayoutPanel
.Controls.Add(_messageLabel, 0, 0);
70
_tableLayoutPanel
.Controls.Add(_cancelButton, 0, 1);
81
Controls.Add(
_tableLayoutPanel
);