17 references to iItem
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (17)
2492return CompensateColumnHeaderResize(header->iItem, columnResizeCancelled); 6112if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6114_columnHeaderClicked = _columnHeaders[nmheader->iItem]; 6128if (_columnHeaders is not null && nmheader->iItem < _columnHeaders.Length && 6132ColumnWidthChangingEventArgs colWidthChanging = new(nmheader->iItem, newColumnWidth); 6163if (_columnHeaders is not null && nmheader->iItem < _columnHeaders.Length) 6165int w = _columnHeaders[nmheader->iItem].Width; 6168(_columnHeaderClicked == _columnHeaders[nmheader->iItem] && 6178OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader->iItem)); 6183OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader->iItem)); 6221if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6223_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6246int from = Columns[header->iItem].DisplayIndex; 6264Columns[header->iItem]); 6343if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6345_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6360Debug.Assert(header->iItem == 0, "we only need to compensate for the first column resize");