26 references to SetRowSpan
PresentationUI (1)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
484
this.tableLayoutPanel4.
SetRowSpan
(this._iconPictureBox, 3);
System.Windows.Forms.Design (8)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (2)
435
_overArchingTableLayoutPanel.
SetRowSpan
(_listBox, 2);
452
_overArchingTableLayoutPanel.
SetRowSpan
(_propertyGrid, 3);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
528
_overarchingTableLayoutPanel.
SetRowSpan
(_selectedColumns, 2);
583
_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\TreeNodeCollectionEditor.cs (1)
288
_overarchingTableLayoutPanel.
SetRowSpan
(_propertyGrid1, 2);
System.Windows.Forms.Tests (15)
SerializableTypesTests.cs (1)
290
tableLayoutPanel.
SetRowSpan
(label20_21, 2);
System\Windows\Forms\TableLayoutPanelTests.cs (14)
739
control.
SetRowSpan
(child, rowSpan);
779
control.
SetRowSpan
(child, rowSpan);
802
control.
SetRowSpan
(child, rowSpan);
824
control.
SetRowSpan
(child, rowSpan);
848
control.
SetRowSpan
(child, rowSpan);
894
control.
SetRowSpan
(child, rowSpan);
2011
control.
SetRowSpan
(child, value);
2019
control.
SetRowSpan
(child, value);
2056
control.
SetRowSpan
(child, value);
2066
control.
SetRowSpan
(child, value);
2086
control.
SetRowSpan
(child, 1);
2089
control.
SetRowSpan
(child, 2);
2099
Assert.Throws<ArgumentNullException>("control", () => control.
SetRowSpan
(null, value));
2108
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);