28 references to SetRowSpan
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
484this.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)
87tableLayoutPanel3.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)
292tableLayoutPanel.SetRowSpan(label20_21, 2);
System\Windows\Forms\TableLayoutPanelTests.cs (14)
741control.SetRowSpan(child, rowSpan); 781control.SetRowSpan(child, rowSpan); 804control.SetRowSpan(child, rowSpan); 826control.SetRowSpan(child, rowSpan); 850control.SetRowSpan(child, rowSpan); 896control.SetRowSpan(child, rowSpan); 2013control.SetRowSpan(child, value); 2021control.SetRowSpan(child, value); 2058control.SetRowSpan(child, value); 2068control.SetRowSpan(child, value); 2088control.SetRowSpan(child, 1); 2091control.SetRowSpan(child, 2); 2101Assert.Throws<ArgumentNullException>("control", () => control.SetRowSpan(null, value)); 2110Assert.Throws<ArgumentOutOfRangeException>("value", () => control.SetRowSpan(new Control(), value));
WinFormsControlsTest (2)
DragDrop.Designer.cs (2)
90tableLayoutPanel1.SetRowSpan(textBox, 5); 100tableLayoutPanel1.SetRowSpan(richTextBox, 5);