33 references to Columns
System.Web.Mobile (3)
UI\MobileControls\Design\StylesEditorDialog.cs (3)
194_lvAvailableStyles.Columns.AddRange(new System.Windows.Forms.ColumnHeader[2] {chStyleType, chStyleNamespace}); 396_lvAvailableStyles.Columns[0].Width = colMaxWidth[0] + 4; 397_lvAvailableStyles.Columns[1].Width = colMaxWidth[1] + 4;
System.Windows.Forms (18)
winforms\Managed\System\WinForms\ColumnHeader.cs (5)
132 if (value < 0 || value> (this.listview.Columns.Count - 1)) { 138int[] colsOrder = new int[this.listview.Columns.Count]; 144for (int i = 0; i < this.listview.Columns.Count; i ++) { 146ColumnHeader hdr = this.listview.Columns[i]; 460listview.Columns.RemoveAt(index);
winforms\Managed\System\WinForms\ListView.cs (13)
2369Columns.Clear(); 3420if (this.View == View.Details && this.Columns.Count == 0) { 3443if (this.View == View.Details && this.Columns.Count == 0) { 3514if (this.Columns.Count == 0) { 3652int[] indices = new int[this.Columns.Count]; 3653for (int i = 0; i < this.Columns.Count; i ++) { 3654ColumnHeader hdr = this.Columns[i]; 4976this.Columns[i].DisplayIndexInternal = indices[i]; 5659int from = this.Columns[header.iItem].DisplayIndex; 5673this.Columns[header.iItem]); 5685int[] indices = new int[this.Columns.Count]; 5686for (int i = 0; i < this.Columns.Count; i ++) { 5688ColumnHeader hdr = this.Columns[i];
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
76this.rulesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
59this.listBoxAutoComplete.Columns.Add(Messages.No, this.listBoxAutoComplete.Size.Width); 409this.listBoxAutoComplete.Columns[0].Width = -2; // this will set the column size to the longest value
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
88this.rulesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
223this.artifactListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 983if (columnIndex < 0 || columnIndex >= this.artifactListView.Columns.Count) 996for (int i = 0; i < this.artifactListView.Columns.Count; i++)
WsatUI (5)
MMCUI\AcceptedCertificatesForm.cs (4)
109for (int i = 1; i < this.listAllowedCertificates.Columns.Count; i++) 111this.listAllowedCertificates.Columns[i].Width = (this.listAllowedCertificates.Width - this.listAllowedCertificates.Columns[0].Width) / (this.listAllowedCertificates.Columns.Count - 1);
MMCUI\AcceptedCertificatesForm.designer.cs (1)
78this.listAllowedCertificates.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {