2 types derived from TableLayoutPanel
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ByteViewer.cs (1)
16public class ByteViewer : TableLayoutPanel
System\Windows\Forms\Design\NavigationalTableLayoutPanel.cs (1)
8protected class NavigationalTableLayoutPanel : TableLayoutPanel
60 instantiations of TableLayoutPanel
PresentationUI (16)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
38this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 41this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 65this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 66this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); 73this._documentTable = new System.Windows.Forms.TableLayoutPanel(); 85this._fileTable = new System.Windows.Forms.TableLayoutPanel();
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
38this._mainDialogTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 42this._userInputtableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
39_userInputTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); 48_mainDialogTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
46this._tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (2)
35this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 38this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
47_mainLayoutTable = new System.Windows.Forms.TableLayoutPanel();
MS\Internal\Documents\SigningDialog.Designer.cs (2)
36_signatureControlInputLayoutTable = new System.Windows.Forms.TableLayoutPanel(); 50_mainLayoutTable = new System.Windows.Forms.TableLayoutPanel();
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (3)
182_buttonTableLayoutPanel = new TableLayoutPanel 204_pictureLabelTableLayoutPanel = new() 225_overarchingTableLayoutPanel = new()
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
95_okCancelTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
56_tableLayoutPanel = new TableLayoutPanel()
System.Windows.Forms.Design (39)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (3)
156_radioButtonsTableLayoutPanel = new TableLayoutPanel(); 161_okSaveTableLayoutPanel = new TableLayoutPanel(); 162_overarchingTableLayoutPanel = new TableLayoutPanel();
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (3)
431_okCancelTableLayoutPanel = new TableLayoutPanel(); 432_overArchingTableLayoutPanel = new TableLayoutPanel(); 433_addRemoveTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
79_tableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (3)
262_overarchingTableLayoutPanel = new TableLayoutPanel(); 263_checkBoxesTableLayoutPanel = new TableLayoutPanel(); 267_okCancelTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (4)
117_sampleViewTableLayoutPanel = new TableLayoutPanel(); 118_sampleViewGridsTableLayoutPanel = new TableLayoutPanel(); 126_okCancelTableLayoutPanel = new TableLayoutPanel(); 128_overarchingTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (3)
474_overarchingTableLayoutPanel = new TableLayoutPanel(); 475_addRemoveTableLayoutPanel = new TableLayoutPanel(); 479_okCancelTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\FormatControl.Designer.cs (3)
35tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 37tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 40tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
56_okCancelTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\MaskDesignerDialog.cs (3)
131_maskTryItTable = new TableLayoutPanel(); 135_overarchingTableLayoutPanel = new TableLayoutPanel(); 136_okCancelTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
120_outerPanel = new TableLayoutPanel(); 125_innerPanel = new TableLayoutPanel();
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
81_overarchingLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\StyleEditorForm.cs (5)
154_addRemoveInsertTableLayoutPanel = new TableLayoutPanel(); 158_okCancelTableLayoutPanel = new TableLayoutPanel(); 161_overarchingTableLayoutPanel = new TableLayoutPanel(); 162_showTableLayoutPanel = new TableLayoutPanel(); 169_helperTextTableLayoutPanel = new TableLayoutPanel();
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
184_tableLayoutPanel = new(); 185_addTableLayoutPanel = new(); 188_okCancelTableLayoutPanel = new();
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (4)
210_okCancelPanel = new TableLayoutPanel(); 213_nodeControlPanel = new TableLayoutPanel(); 223_overarchingTableLayoutPanel = new TableLayoutPanel(); 224_navigationButtonsTableLayoutPanel = new TableLayoutPanel();
80 references to TableLayoutPanel
PresentationUI (16)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (6)
817private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 820private System.Windows.Forms.TableLayoutPanel _documentTable; 825private System.Windows.Forms.TableLayoutPanel _fileTable; 827private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; 828private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 829private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (2)
185private System.Windows.Forms.TableLayoutPanel _mainDialogTableLayoutPanel; 189private System.Windows.Forms.TableLayoutPanel _userInputtableLayoutPanel;
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (2)
252private System.Windows.Forms.TableLayoutPanel _mainDialogTableLayoutPanel; 253private System.Windows.Forms.TableLayoutPanel _userInputTableLayoutPanel;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
246private System.Windows.Forms.TableLayoutPanel _tableLayoutPanel1;
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (2)
144private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 147private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
245private System.Windows.Forms.TableLayoutPanel _mainLayoutTable;
MS\Internal\Documents\SigningDialog.Designer.cs (2)
300private System.Windows.Forms.TableLayoutPanel _mainLayoutTable; 301private System.Windows.Forms.TableLayoutPanel _signatureControlInputLayoutTable;
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (3)
15private TableLayoutPanel _overarchingTableLayoutPanel; 16private TableLayoutPanel _buttonTableLayoutPanel; 22private TableLayoutPanel _pictureLabelTableLayoutPanel;
System\Windows\Forms\Layout\TableLayout.cs (2)
695if (containerInfo.Container is TableLayoutPanel tlp && tlp.ParentInternal is not null && tlp.ParentInternal.LayoutEngine == DefaultLayout.Instance) 823if (containerInfo.Container is TableLayoutPanel tlp && tlp.ParentInternal is not null && tlp.ParentInternal.LayoutEngine == DefaultLayout.Instance)
System\Windows\Forms\MDI\MDIWindowDialog.cs (1)
11private TableLayoutPanel _okCancelTableLayoutPanel;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutControlCollection.cs (3)
16public TableLayoutControlCollection(TableLayoutPanel container) : base(container.OrThrowIfNull()) 22/// Gets the parent <see cref="TableLayoutPanel"/> that contains the controls in the collection. 24public TableLayoutPanel Container { get; }
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.StatusDialog.cs (1)
14private TableLayoutPanel? _tableLayoutPanel;
System.Windows.Forms.Design (54)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (3)
23private TableLayoutPanel _radioButtonsTableLayoutPanel; 24private TableLayoutPanel _okSaveTableLayoutPanel; 25private TableLayoutPanel _overarchingTableLayoutPanel;
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (3)
41private TableLayoutPanel _okCancelTableLayoutPanel; 42private TableLayoutPanel _overArchingTableLayoutPanel; 43private TableLayoutPanel _addRemoveTableLayoutPanel;
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (2)
23private readonly TableLayoutPanel _table; 29internal TableLayoutPanelBehavior(TableLayoutPanel panel, TableLayoutPanelDesigner designer, IServiceProvider serviceProvider)
System\Windows\Forms\Design\BorderSidesEditor.BorderSidesEditorUI.cs (1)
26private TableLayoutPanel _tableLayoutPanel;
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (3)
45private TableLayoutPanel _okCancelTableLayoutPanel; 46private TableLayoutPanel _checkBoxesTableLayoutPanel; 47private TableLayoutPanel _overarchingTableLayoutPanel;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (4)
22private TableLayoutPanel _sampleViewTableLayoutPanel; 23private TableLayoutPanel _okCancelTableLayoutPanel; 24private TableLayoutPanel _overarchingTableLayoutPanel; 25private TableLayoutPanel _sampleViewGridsTableLayoutPanel;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (3)
23private TableLayoutPanel _okCancelTableLayoutPanel; 48private TableLayoutPanel? _overarchingTableLayoutPanel; 49private TableLayoutPanel? _addRemoveTableLayoutPanel;
System\Windows\Forms\Design\FormatControl.Designer.cs (3)
202private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 209private TableLayoutPanel tableLayoutPanel2; 210private TableLayoutPanel tableLayoutPanel3;
System\Windows\Forms\Design\LinkAreaEditor.LinkAreaUI.cs (1)
20private TableLayoutPanel _okCancelTableLayoutPanel;
System\Windows\Forms\Design\MaskDesignerDialog.cs (3)
22private TableLayoutPanel _maskTryItTable; 27private TableLayoutPanel _okCancelTableLayoutPanel; 28private TableLayoutPanel _overarchingTableLayoutPanel;
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
43private TableLayoutPanel _innerPanel; 44private TableLayoutPanel _outerPanel;
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (1)
21private TableLayoutPanel _overarchingLayoutPanel;
System\Windows\Forms\Design\StyleCollectionEditor.cs (1)
14/// This collection editor is used to add value to the <see cref="TableLayoutPanel" />'s
System\Windows\Forms\Design\StyleEditorForm.cs (8)
19private readonly TableLayoutPanel _tableLayoutPanel; 40private TableLayoutPanel _overarchingTableLayoutPanel; 42private TableLayoutPanel _addRemoveInsertTableLayoutPanel; 47private TableLayoutPanel _okCancelTableLayoutPanel; 68private TableLayoutPanel _helperTextTableLayoutPanel; 73private TableLayoutPanel _showTableLayoutPanel; 96_tableLayoutPanel = Context.Instance as TableLayoutPanel; 1052PropertyDescriptor childProperty = TypeDescriptor.GetProperties(_tableLayoutPanel)[nameof(TableLayoutPanel.Controls)];
System\Windows\Forms\Design\TableLayoutPanelCodeDomSerializer.cs (3)
26return manager.GetSerializer<CodeDomSerializer>(typeof(TableLayoutPanel).BaseType)!; 41TableLayoutPanel? panel = value as TableLayoutPanel;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (6)
118_controls ??= new DesignerTableLayoutControlCollection((TableLayoutPanel)Control); 208internal TableLayoutPanel Table => Component as TableLayoutPanel; 497Control existingControl = ((TableLayoutPanel)Control).GetControlFromPosition(newControlPosition.X, newControlPosition.Y); 1271Control existingControl = ((TableLayoutPanel)Control).GetControlFromPosition(dropPoint.X, dropPoint.Y); 2136public DesignerTableLayoutControlCollection(TableLayoutPanel owner) : base(owner) => _realCollection = owner.Controls;
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
61private TableLayoutPanel _tableLayoutPanel; 62private TableLayoutPanel _addTableLayoutPanel; 63private TableLayoutPanel _okCancelTableLayoutPanel;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (4)
46private TableLayoutPanel _okCancelPanel; 47private TableLayoutPanel _nodeControlPanel; 48private TableLayoutPanel _overarchingTableLayoutPanel; 49private TableLayoutPanel _navigationButtonsTableLayoutPanel;