23 references to SetColumnSpan
PresentationUI (5)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (5)
406this.tableLayoutPanel1.SetColumnSpan(this._subjectLine, 2); 412this.tableLayoutPanel1.SetColumnSpan(this._categoryLine, 2); 418this.tableLayoutPanel1.SetColumnSpan(this._contentLine, 2); 497this.tableLayoutPanel4.SetColumnSpan(this._filename, 2); 507this.tableLayoutPanel4.SetColumnSpan(this._documentType, 2);
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
246_overarchingTableLayoutPanel.SetColumnSpan(_buttonTableLayoutPanel, 2);
System.Windows.Forms.Design (17)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
487_overArchingTableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 3);
System\Windows\Forms\Design\DataGridViewAddColumnDialog.cs (5)
288_overarchingTableLayoutPanel.SetColumnSpan(_dataBoundColumnRadioButton, 3); 337_overarchingTableLayoutPanel.SetColumnSpan(_checkBoxesTableLayoutPanel, 3); 389_overarchingTableLayoutPanel.SetColumnSpan(_columnInDataSourceLabel, 2); 396_overarchingTableLayoutPanel.SetColumnSpan(_dataColumns, 2); 406_overarchingTableLayoutPanel.SetColumnSpan(_unboundColumnRadioButton, 3);
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
590_overarchingTableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 3);
System\Windows\Forms\Design\FormatControl.cs (3)
266tableLayoutPanel1.SetColumnSpan(thirdRowLabel, 2); 294tableLayoutPanel1.SetColumnSpan(dateTimeFormatsListBox, 2); 354tableLayoutPanel1.SetColumnSpan(thirdRowLabel, 2);
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
78tableLayoutPanel3.SetColumnSpan(this.explanationLabel, 2);
System\Windows\Forms\Design\ShortcutKeysEditor.ShortcutKeysUI.cs (2)
150_outerPanel.SetColumnSpan(_modifiersLabel, 3); 189_innerPanel.SetColumnSpan(_keyLabel, 2);
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (2)
87_overarchingLayoutPanel.SetColumnSpan(_instruction, 2); 93_overarchingLayoutPanel.SetColumnSpan(_textEntry, 2);
System\Windows\Forms\Design\StyleEditorForm.cs (1)
234_overarchingTableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 2);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
257_tableLayoutPanel.SetColumnSpan(_okCancelTableLayoutPanel, 3);