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); 81Controls.Add(_tableLayoutPanel);