17 references to iItem
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (17)
2492return CompensateColumnHeaderResize(header->iItem, columnResizeCancelled); 6110if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6112_columnHeaderClicked = _columnHeaders[nmheader->iItem]; 6126if (_columnHeaders is not null && nmheader->iItem < _columnHeaders.Length && 6130ColumnWidthChangingEventArgs colWidthChanging = new(nmheader->iItem, newColumnWidth); 6161if (_columnHeaders is not null && nmheader->iItem < _columnHeaders.Length) 6163int w = _columnHeaders[nmheader->iItem].Width; 6166(_columnHeaderClicked == _columnHeaders[nmheader->iItem] && 6176OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader->iItem)); 6181OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader->iItem)); 6219if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6221_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6244int from = Columns[header->iItem].DisplayIndex; 6262Columns[header->iItem]); 6341if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6343_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6358Debug.Assert(header->iItem == 0, "we only need to compensate for the first column resize");