7 references to SetColumnSpan
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
222
this.overarchingTableLayoutPanel.
SetColumnSpan
(this.buttonTableLayoutPanel, 2);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
329
this.tableLayoutPanel.
SetColumnSpan
(this.btnClose, 2);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
174
this.nameLocationTableLayoutPanel.
SetColumnSpan
(this.themeNameTextBox, 2);
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
761
this.footerTableLayoutPanel.
SetColumnSpan
(this.footerTextComboBox, 2);
770
this.footerTableLayoutPanel.
SetColumnSpan
(this.footerAlignmentComboBox, 2);
847
this.headerTableLayoutPanel.
SetColumnSpan
(this.headerTextComboBox, 2);
856
this.headerTableLayoutPanel.
SetColumnSpan
(this.headerAlignmentComboBox, 2);