11 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)
449_overArchingTableLayoutPanel.SetRowSpan(_listBox, 2); 466_overArchingTableLayoutPanel.SetRowSpan(_propertyGrid, 3);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
523_overarchingTableLayoutPanel.SetRowSpan(_selectedColumns, 2); 578_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)
278_tableLayoutPanel.SetRowSpan(_selectedItemProps, 5); 289_tableLayoutPanel.SetRowSpan(_listBoxItems, 3);
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
288_overarchingTableLayoutPanel.SetRowSpan(_propertyGrid1, 2);