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