16 references to iItem
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ListView.cs (16)
2395return CompensateColumnHeaderResize(header.iItem, columnResizeCancelled); 5533if (this.columnHeaders != null && this.columnHeaders.Length > nmheader.iItem) { 5534this.columnHeaderClicked = this.columnHeaders[nmheader.iItem]; 5546if (columnHeaders != null && nmheader.iItem < columnHeaders.Length && 5554ColumnWidthChangingEventArgs colWidthChanging = new ColumnWidthChangingEventArgs(nmheader.iItem, newColumnWidth); 5581if (columnHeaders != null && nmheader.iItem < columnHeaders.Length) { 5582int w = columnHeaders[nmheader.iItem].Width; 5585(this.columnHeaderClicked == this.columnHeaders[nmheader.iItem] && 5595OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader.iItem)); 5598OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader.iItem)); 5634if (this.columnHeaders != null && this.columnHeaders.Length > nmheader.iItem) { 5635this.columnHeaders[nmheader.iItem].Width = this.newWidthForColumnWidthChangingCancelled; 5659int from = this.Columns[header.iItem].DisplayIndex; 5673this.Columns[header.iItem]); 5744if (this.columnHeaders != null && this.columnHeaders.Length > nmheader.iItem) { 5745this.columnHeaders[nmheader.iItem].Width = this.newWidthForColumnWidthChangingCancelled;