29 instantiations of TableLayoutPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
93this._wizardButtonsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
System.Windows.Forms (11)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
100this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
264this.tableLayoutPanel1 = new TableLayoutPanel();
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
155this.overarchingTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 156this.buttonTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 159this.pictureLabelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
188this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (5)
155this.tableLayoutPanelOuter = new System.Windows.Forms.TableLayoutPanel(); 156this.warningTextTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 159this.tableLayoutPanelQuestion = new System.Windows.Forms.TableLayoutPanel(); 162this.tableLayoutPanelButtons = new System.Windows.Forms.TableLayoutPanel(); 165this.tableLayoutPanelInfo = new System.Windows.Forms.TableLayoutPanel();
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
51this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
35this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
33this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
66this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
System.Workflow.ComponentModel (13)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
36this.buttonTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
134this.nameLocationTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 147this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
148this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 149this.typeNameTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
261this.centerTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 265this.marginsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 275this.scalingTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 285this.orientationTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 291this.paperTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 298this.footerTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 309this.headerTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 322this.okCancelTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
37 references to TableLayoutPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
32private System.Windows.Forms.TableLayoutPanel _wizardButtonsTableLayoutPanel;
System.Windows.Forms (19)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (4)
707TableLayoutPanel tlp = containerInfo.Container as TableLayoutPanel; 817TableLayoutPanel tlp = containerInfo.Container as TableLayoutPanel;
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
27private System.Windows.Forms.TableLayoutPanel okCancelTableLayoutPanel;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
237private TableLayoutPanel tableLayoutPanel1;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
37private TableLayoutPanel overarchingTableLayoutPanel; 38private TableLayoutPanel buttonTableLayoutPanel; 44private TableLayoutPanel pictureLabelTableLayoutPanel;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (4)
565private TableLayoutPanel _container; 568public TableLayoutControlCollection(TableLayoutPanel container) : base(container) { 569_container = (TableLayoutPanel)container; 574public TableLayoutPanel Container {
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
21private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (5)
57private System.Windows.Forms.TableLayoutPanel tableLayoutPanelButtons; 58private System.Windows.Forms.TableLayoutPanel tableLayoutPanelInfo; 59private System.Windows.Forms.TableLayoutPanel tableLayoutPanelOuter; 60private System.Windows.Forms.TableLayoutPanel tableLayoutPanelQuestion; 71private TableLayoutPanel warningTextTableLayoutPanel;
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
259private System.Windows.Forms.TableLayoutPanel okCancelTableLayoutPanel;
Rules\Design\Dialogs\RenameRuleObjectDialog.Designer.cs (1)
98private System.Windows.Forms.TableLayoutPanel okCancelTableLayoutPanel;
Rules\Design\Dialogs\RuleConditionDialog.Designer.cs (1)
125private System.Windows.Forms.TableLayoutPanel okCancelTableLayoutPanel;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
395private System.Windows.Forms.TableLayoutPanel okCancelTableLayoutPanel;
System.Workflow.ComponentModel (13)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
187private System.Windows.Forms.TableLayoutPanel buttonTableLayoutPanel;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
55private TableLayoutPanel okCancelTableLayoutPanel; 56private TableLayoutPanel nameLocationTableLayoutPanel;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
57private TableLayoutPanel okCancelTableLayoutPanel; 58private TableLayoutPanel typeNameTableLayoutPanel;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
85private TableLayoutPanel okCancelTableLayoutPanel; 86private TableLayoutPanel paperTableLayoutPanel; 87private TableLayoutPanel centerTableLayoutPanel; 88private TableLayoutPanel marginsTableLayoutPanel; 89private TableLayoutPanel orientationTableLayoutPanel; 90private TableLayoutPanel scalingTableLayoutPanel; 91private TableLayoutPanel headerTableLayoutPanel; 92private TableLayoutPanel footerTableLayoutPanel;