28 references to SetRowSpan
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
484
this.tableLayoutPanel4.
SetRowSpan
(this._iconPictureBox, 3);
System.Windows.Forms.Design (10)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
435
_overArchingTableLayoutPanel.
SetRowSpan
(_listBox, 2);
452
_overArchingTableLayoutPanel.
SetRowSpan
(_propertyGrid, 3);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
526
_overarchingTableLayoutPanel.
SetRowSpan
(_selectedColumns, 2);
581
_overarchingTableLayoutPanel.
SetRowSpan
(_propertyGrid1, 3);
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
87
tableLayoutPanel3.
SetRowSpan
(this.tableLayoutPanel2, 2);
System\Windows\Forms\Design\StyleEditorForm.cs (2)
317
_overarchingTableLayoutPanel.
SetRowSpan
(_columnsAndRowsListView, 2);
377
_overarchingTableLayoutPanel.
SetRowSpan
(_sizeTypeGroupBox, 2);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (2)
282
_tableLayoutPanel.
SetRowSpan
(_selectedItemProps, 5);
293
_tableLayoutPanel.
SetRowSpan
(_listBoxItems, 3);
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
288
_overarchingTableLayoutPanel.
SetRowSpan
(_propertyGrid1, 2);
System.Windows.Forms.Tests (15)
SerializableTypesTests.cs (1)
292
tableLayoutPanel.
SetRowSpan
(label20_21, 2);
System\Windows\Forms\TableLayoutPanelTests.cs (14)
741
control.
SetRowSpan
(child, rowSpan);
781
control.
SetRowSpan
(child, rowSpan);
804
control.
SetRowSpan
(child, rowSpan);
826
control.
SetRowSpan
(child, rowSpan);
850
control.
SetRowSpan
(child, rowSpan);
896
control.
SetRowSpan
(child, rowSpan);
2013
control.
SetRowSpan
(child, value);
2021
control.
SetRowSpan
(child, value);
2058
control.
SetRowSpan
(child, value);
2068
control.
SetRowSpan
(child, value);
2088
control.
SetRowSpan
(child, 1);
2091
control.
SetRowSpan
(child, 2);
2101
Assert.Throws<ArgumentNullException>("control", () => control.
SetRowSpan
(null, value));
2110
Assert.Throws<ArgumentOutOfRangeException>("value", () => control.
SetRowSpan
(new Control(), value));
WinFormsControlsTest (2)
DragDrop.Designer.cs (2)
90
tableLayoutPanel1.
SetRowSpan
(textBox, 5);
100
tableLayoutPanel1.
SetRowSpan
(richTextBox, 5);