14 references to
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ColumnHeader.cs (1)
146ColumnHeader hdr = this.listview.Columns[i];
winforms\Managed\System\WinForms\ListView.cs (12)
3654ColumnHeader hdr = this.Columns[i]; 4976this.Columns[i].DisplayIndexInternal = indices[i]; 5659int from = this.Columns[header.iItem].DisplayIndex; 5673this.Columns[header.iItem]); 5688ColumnHeader hdr = this.Columns[i]; 7706return this[index]; 7727return this[index]; 7816if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 7823if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true)) { 8052if (this[index] == value) { 8197ColumnHeader removeHdr = this[index]; 8199ColumnHeader hdr = this[i];
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
111this.listAllowedCertificates.Columns[i].Width = (this.listAllowedCertificates.Width - this.listAllowedCertificates.Columns[0].Width) / (this.listAllowedCertificates.Columns.Count - 1);