3 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
System.Windows.Forms.Tests (1)
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2161private class SubTableLayoutPanel : TableLayoutPanel
231 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)
417_okCancelTableLayoutPanel = new TableLayoutPanel(); 418_overArchingTableLayoutPanel = new TableLayoutPanel(); 419_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)
477_overarchingTableLayoutPanel = new TableLayoutPanel(); 478_addRemoveTableLayoutPanel = new TableLayoutPanel(); 482_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)
188_tableLayoutPanel = new(); 189_addTableLayoutPanel = new(); 192_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();
System.Windows.Forms.Tests (160)
SerializableTypesTests.cs (1)
273using (TableLayoutPanel tableLayoutPanel = new()
System\Windows\Forms\ColumnStyleTests.cs (2)
70using TableLayoutPanel control = new(); 100using TableLayoutPanel control = new();
System\Windows\Forms\ControlTests.cs (1)
866using TableLayoutPanel table = new() { Dock = DockStyle.Fill, ColumnCount = 3 };
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (59)
19using TableLayoutPanel control = new(); 53using TableLayoutPanel control = new(); 79using TableLayoutPanel control = new(); 90using TableLayoutPanel control = new(); 117using TableLayoutPanel control = new(); 127using TableLayoutPanel control = new(); 153using TableLayoutPanel control = new(); 162using TableLayoutPanel control = new(); 179using TableLayoutPanel control = new(); 195using TableLayoutPanel control = new(); 212using TableLayoutPanel control = new(); 232using TableLayoutPanel control = new(); 251using TableLayoutPanel control = new(); 269using TableLayoutPanel control = new(); 285using TableLayoutPanel control = new(); 302using TableLayoutPanel control = new(); 320using TableLayoutPanel control = new(); 336using TableLayoutPanel control = new(); 352using TableLayoutPanel control = new(); 370using TableLayoutPanel control = new(); 386using TableLayoutPanel control = new(); 403using TableLayoutPanel control = new(); 420using TableLayoutPanel control = new(); 436using TableLayoutPanel control = new(); 463using TableLayoutPanel control = new(); 504using TableLayoutPanel control = new(); 620using TableLayoutPanel control = new(); 648using TableLayoutPanel control = new(); 664using TableLayoutPanel control = new(); 687using TableLayoutPanel control = new(); 723using TableLayoutPanel control = new(); 840using TableLayoutPanel control = new(); 870using TableLayoutPanel control = new(); 888using TableLayoutPanel control = new(); 905using TableLayoutPanel control = new(); 925using TableLayoutPanel control = new(); 958using TableLayoutPanel control = new(); 1071using TableLayoutPanel control = new(); 1101using TableLayoutPanel control = new(); 1120using TableLayoutPanel control = new(); 1139using TableLayoutPanel control = new(); 1163using TableLayoutPanel control = new(); 1199using TableLayoutPanel control = new(); 1316using TableLayoutPanel control = new(); 1346using TableLayoutPanel control = new(); 1364using TableLayoutPanel control = new(); 1381using TableLayoutPanel control = new(); 1401using TableLayoutPanel control = new(); 1434using TableLayoutPanel control = new(); 1547using TableLayoutPanel control = new(); 1577using TableLayoutPanel control = new(); 1595using TableLayoutPanel control = new(); 1614using TableLayoutPanel control = new(); 1632using TableLayoutPanel control = new(); 1658using TableLayoutPanel control = new(); 1758using TableLayoutPanel control = new(); 1774using TableLayoutPanel control = new(); 1814using TableLayoutPanel control = new(); 1836using TableLayoutPanel control = new();
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
197using TableLayoutPanel panel = new(); 238using TableLayoutPanel control = new();
System\Windows\Forms\LayoutEventArgsTests.cs (1)
58using TableLayoutPanel tableLayoutPanel = new()
System\Windows\Forms\RowStyleTests.cs (2)
70using TableLayoutPanel control = new(); 100using TableLayoutPanel control = new();
System\Windows\Forms\TableLayoutControlCollectionTests.cs (5)
13using TableLayoutPanel container = new(); 32using TableLayoutPanel container = new(); 44using TableLayoutPanel container = new(); 56using TableLayoutPanel container = new(); 68using TableLayoutPanel container = new();
System\Windows\Forms\TableLayoutPanel.TableLayoutPanelAccessibleObectTests.cs (4)
15using TableLayoutPanel tableLayoutPanel = new(); 25using TableLayoutPanel tableLayoutPanel = new(); 38using TableLayoutPanel tableLayoutPanel = new(); 67using TableLayoutPanel tableLayoutPanel = new();
System\Windows\Forms\TableLayoutPanelTests.cs (81)
156using TableLayoutPanel control = new() 175using TableLayoutPanel control = new(); 204using TableLayoutPanel control = new(); 297using TableLayoutPanel control = new(); 306using TableLayoutPanel control = new(); 331using TableLayoutPanel control = new(); 339using TableLayoutPanel control = new(); 359using TableLayoutPanel control = new(); 381using TableLayoutPanel control = new(); 407using TableLayoutPanel control = new(); 417using TableLayoutPanel control = new(); 453using TableLayoutPanel control = new(); 498using TableLayoutPanel control = new(); 551using TableLayoutPanel control = new(); 580using TableLayoutPanel control = new(); 587TableLayoutPanel otherControl = new(); 589using TableLayoutPanel control = new(); 598using TableLayoutPanel control = new(); 623using TableLayoutPanel control = new(); 649using TableLayoutPanel control = new(); 656using TableLayoutPanel control = new(); 664using TableLayoutPanel control = new(); 673using TableLayoutPanel control = new(); 682using TableLayoutPanel control = new(); 689using TableLayoutPanel control = new(); 697using TableLayoutPanel control = new(); 704using TableLayoutPanel control = new(); 711TableLayoutPanel panel = new(); 722TableLayoutPanel panel = new() 738using TableLayoutPanel control = new(); 778using TableLayoutPanel control = new(); 801using TableLayoutPanel control = new(); 824using TableLayoutPanel control = new(); 847using TableLayoutPanel control = new(); 863using TableLayoutPanel control = new(); 872using TableLayoutPanel control = new(); 881using TableLayoutPanel control = new(); 891using TableLayoutPanel control = new(); 905using TableLayoutPanel control = new(); 917using TableLayoutPanel control = new(); 927using TableLayoutPanel control = new(); 935using TableLayoutPanel control = new(); 942using TableLayoutPanel control = new(); 949using TableLayoutPanel control = new(); 959using TableLayoutPanel control = new() 974using TableLayoutPanel control = new() 997using TableLayoutPanel control = new() 1019using TableLayoutPanel control = new() 1042using TableLayoutPanel control = new() 1062using TableLayoutPanel control = new() 1082using TableLayoutPanel control = new() 1102using TableLayoutPanel control = new() 1122using TableLayoutPanel control = new() 1143using TableLayoutPanel control = new(); 1150using TableLayoutPanel control = new(); 1558using TableLayoutPanel control = new(); 1598using TableLayoutPanel control = new(); 1645using TableLayoutPanel control = new(); 1656using TableLayoutPanel control = new(); 1669using TableLayoutPanel control = new(); 1704using TableLayoutPanel control = new(); 1751using TableLayoutPanel control = new(); 1762using TableLayoutPanel control = new(); 1769using TableLayoutPanel control = new(); 1780using TableLayoutPanel control = new(); 1813using TableLayoutPanel control = new(); 1860using TableLayoutPanel control = new(); 1874using TableLayoutPanel control = new(); 1883using TableLayoutPanel control = new(); 1896using TableLayoutPanel control = new(); 1931using TableLayoutPanel control = new(); 1978using TableLayoutPanel control = new(); 1989using TableLayoutPanel control = new(); 1996using TableLayoutPanel control = new(); 2007using TableLayoutPanel control = new(); 2040using TableLayoutPanel control = new(); 2087using TableLayoutPanel control = new(); 2100using TableLayoutPanel control = new(); 2109using TableLayoutPanel control = new(); 2117using TableLayoutPanel control = new(); 2135using TableLayoutPanel control = new();
System\Windows\Forms\TableLayoutStyleTests.cs (2)
45using TableLayoutPanel control = new(); 77using TableLayoutPanel control = new();
System.Windows.Forms.UI.IntegrationTests (2)
DragDropTests.cs (1)
998TableLayoutPanel tableLayoutPanel = new()
Infra\ControlTestBase.cs (1)
286TableLayoutPanel tableLayout = new()
TestPassApp (2)
ContainerControls2.Designer.cs (2)
38this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 62this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
WinFormsControlsTest (7)
Buttons.cs (1)
26TableLayoutPanel table = new()
DragDrop.cs (1)
420TableLayoutPanel tableLayoutPanel = new()
DragDrop.Designer.cs (2)
36tableLayoutPanel1 = new TableLayoutPanel(); 44tableLayoutPanel2 = new TableLayoutPanel();
Panels.Designer.cs (3)
35this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 36this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 37this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
254 references to TableLayoutPanel
DesignSurface (1)
MainForm.cs (1)
267surface.CreateControl<TableLayoutPanel>(new Size(290, 160), new Point(20, 150));
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; 1055PropertyDescriptor 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); 1277Control existingControl = ((TableLayoutPanel)Control).GetControlFromPosition(dropPoint.X, dropPoint.Y); 2151public 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;
System.Windows.Forms.Tests (162)
SerializableTypesTests.cs (1)
273using (TableLayoutPanel tableLayoutPanel = new()
System\Windows\Forms\ColumnStyleTests.cs (2)
70using TableLayoutPanel control = new(); 100using TableLayoutPanel control = new();
System\Windows\Forms\ControlTests.cs (1)
866using TableLayoutPanel table = new() { Dock = DockStyle.Fill, ColumnCount = 3 };
System\Windows\Forms\Layout\TableLayoutSettingsTests.cs (59)
19using TableLayoutPanel control = new(); 53using TableLayoutPanel control = new(); 79using TableLayoutPanel control = new(); 90using TableLayoutPanel control = new(); 117using TableLayoutPanel control = new(); 127using TableLayoutPanel control = new(); 153using TableLayoutPanel control = new(); 162using TableLayoutPanel control = new(); 179using TableLayoutPanel control = new(); 195using TableLayoutPanel control = new(); 212using TableLayoutPanel control = new(); 232using TableLayoutPanel control = new(); 251using TableLayoutPanel control = new(); 269using TableLayoutPanel control = new(); 285using TableLayoutPanel control = new(); 302using TableLayoutPanel control = new(); 320using TableLayoutPanel control = new(); 336using TableLayoutPanel control = new(); 352using TableLayoutPanel control = new(); 370using TableLayoutPanel control = new(); 386using TableLayoutPanel control = new(); 403using TableLayoutPanel control = new(); 420using TableLayoutPanel control = new(); 436using TableLayoutPanel control = new(); 463using TableLayoutPanel control = new(); 504using TableLayoutPanel control = new(); 620using TableLayoutPanel control = new(); 648using TableLayoutPanel control = new(); 664using TableLayoutPanel control = new(); 687using TableLayoutPanel control = new(); 723using TableLayoutPanel control = new(); 840using TableLayoutPanel control = new(); 870using TableLayoutPanel control = new(); 888using TableLayoutPanel control = new(); 905using TableLayoutPanel control = new(); 925using TableLayoutPanel control = new(); 958using TableLayoutPanel control = new(); 1071using TableLayoutPanel control = new(); 1101using TableLayoutPanel control = new(); 1120using TableLayoutPanel control = new(); 1139using TableLayoutPanel control = new(); 1163using TableLayoutPanel control = new(); 1199using TableLayoutPanel control = new(); 1316using TableLayoutPanel control = new(); 1346using TableLayoutPanel control = new(); 1364using TableLayoutPanel control = new(); 1381using TableLayoutPanel control = new(); 1401using TableLayoutPanel control = new(); 1434using TableLayoutPanel control = new(); 1547using TableLayoutPanel control = new(); 1577using TableLayoutPanel control = new(); 1595using TableLayoutPanel control = new(); 1614using TableLayoutPanel control = new(); 1632using TableLayoutPanel control = new(); 1658using TableLayoutPanel control = new(); 1758using TableLayoutPanel control = new(); 1774using TableLayoutPanel control = new(); 1814using TableLayoutPanel control = new(); 1836using TableLayoutPanel control = new();
System\Windows\Forms\Layout\TableLayoutSettingsTypeConverterTests.cs (2)
197using TableLayoutPanel panel = new(); 238using TableLayoutPanel control = new();
System\Windows\Forms\LayoutEventArgsTests.cs (1)
58using TableLayoutPanel tableLayoutPanel = new()
System\Windows\Forms\RowStyleTests.cs (2)
70using TableLayoutPanel control = new(); 100using TableLayoutPanel control = new();
System\Windows\Forms\TableLayoutControlCollectionTests.cs (5)
13using TableLayoutPanel container = new(); 32using TableLayoutPanel container = new(); 44using TableLayoutPanel container = new(); 56using TableLayoutPanel container = new(); 68using TableLayoutPanel container = new();
System\Windows\Forms\TableLayoutPanel.TableLayoutPanelAccessibleObectTests.cs (4)
15using TableLayoutPanel tableLayoutPanel = new(); 25using TableLayoutPanel tableLayoutPanel = new(); 38using TableLayoutPanel tableLayoutPanel = new(); 67using TableLayoutPanel tableLayoutPanel = new();
System\Windows\Forms\TableLayoutPanelTests.cs (83)
156using TableLayoutPanel control = new() 175using TableLayoutPanel control = new(); 204using TableLayoutPanel control = new(); 297using TableLayoutPanel control = new(); 306using TableLayoutPanel control = new(); 331using TableLayoutPanel control = new(); 338PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TableLayoutPanel))[nameof(Control.Controls)]; 339using TableLayoutPanel control = new(); 358PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TableLayoutPanel))[nameof(Control.Controls)]; 359using TableLayoutPanel control = new(); 381using TableLayoutPanel control = new(); 407using TableLayoutPanel control = new(); 417using TableLayoutPanel control = new(); 453using TableLayoutPanel control = new(); 498using TableLayoutPanel control = new(); 551using TableLayoutPanel control = new(); 580using TableLayoutPanel control = new(); 587TableLayoutPanel otherControl = new(); 589using TableLayoutPanel control = new(); 598using TableLayoutPanel control = new(); 623using TableLayoutPanel control = new(); 649using TableLayoutPanel control = new(); 656using TableLayoutPanel control = new(); 664using TableLayoutPanel control = new(); 673using TableLayoutPanel control = new(); 682using TableLayoutPanel control = new(); 689using TableLayoutPanel control = new(); 697using TableLayoutPanel control = new(); 704using TableLayoutPanel control = new(); 711TableLayoutPanel panel = new(); 722TableLayoutPanel panel = new() 738using TableLayoutPanel control = new(); 778using TableLayoutPanel control = new(); 801using TableLayoutPanel control = new(); 824using TableLayoutPanel control = new(); 847using TableLayoutPanel control = new(); 863using TableLayoutPanel control = new(); 872using TableLayoutPanel control = new(); 881using TableLayoutPanel control = new(); 891using TableLayoutPanel control = new(); 905using TableLayoutPanel control = new(); 917using TableLayoutPanel control = new(); 927using TableLayoutPanel control = new(); 935using TableLayoutPanel control = new(); 942using TableLayoutPanel control = new(); 949using TableLayoutPanel control = new(); 959using TableLayoutPanel control = new() 974using TableLayoutPanel control = new() 997using TableLayoutPanel control = new() 1019using TableLayoutPanel control = new() 1042using TableLayoutPanel control = new() 1062using TableLayoutPanel control = new() 1082using TableLayoutPanel control = new() 1102using TableLayoutPanel control = new() 1122using TableLayoutPanel control = new() 1143using TableLayoutPanel control = new(); 1150using TableLayoutPanel control = new(); 1558using TableLayoutPanel control = new(); 1598using TableLayoutPanel control = new(); 1645using TableLayoutPanel control = new(); 1656using TableLayoutPanel control = new(); 1669using TableLayoutPanel control = new(); 1704using TableLayoutPanel control = new(); 1751using TableLayoutPanel control = new(); 1762using TableLayoutPanel control = new(); 1769using TableLayoutPanel control = new(); 1780using TableLayoutPanel control = new(); 1813using TableLayoutPanel control = new(); 1860using TableLayoutPanel control = new(); 1874using TableLayoutPanel control = new(); 1883using TableLayoutPanel control = new(); 1896using TableLayoutPanel control = new(); 1931using TableLayoutPanel control = new(); 1978using TableLayoutPanel control = new(); 1989using TableLayoutPanel control = new(); 1996using TableLayoutPanel control = new(); 2007using TableLayoutPanel control = new(); 2040using TableLayoutPanel control = new(); 2087using TableLayoutPanel control = new(); 2100using TableLayoutPanel control = new(); 2109using TableLayoutPanel control = new(); 2117using TableLayoutPanel control = new(); 2135using TableLayoutPanel control = new();
System\Windows\Forms\TableLayoutStyleTests.cs (2)
45using TableLayoutPanel control = new(); 77using TableLayoutPanel control = new();
System.Windows.Forms.UI.IntegrationTests (2)
DragDropTests.cs (1)
998TableLayoutPanel tableLayoutPanel = new()
Infra\ControlTestBase.cs (1)
286TableLayoutPanel tableLayout = new()
TestPassApp (2)
ContainerControls2.Designer.cs (2)
460private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 484private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
WinFormsControlsTest (7)
Buttons.cs (1)
26TableLayoutPanel table = new()
DragDrop.cs (1)
420TableLayoutPanel tableLayoutPanel = new()
DragDrop.Designer.cs (2)
216private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 224private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
Panels.Designer.cs (3)
104private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 105private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 106private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;