6 writes to ColumnCount
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\WizardForm.cs (1)
109this._wizardButtonsTableLayoutPanel.ColumnCount = 7;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MDIWindowDialog.cs (1)
129this.okCancelTableLayoutPanel.ColumnCount = 2;
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
284tableLayoutPanel1.ColumnCount = 1;
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (3)
202this.overarchingTableLayoutPanel.ColumnCount = 1; 221this.buttonTableLayoutPanel.ColumnCount = 3; 261this.pictureLabelTableLayoutPanel.ColumnCount = 2;
1 reference to ColumnCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
137Debug.Assert(ColumnCount == value, "ColumnCount should be the same as we set it");