17 references to iItem
System.Windows.Forms (17)
System\Windows\Forms\Controls\ListView\ListView.cs (17)
2492return CompensateColumnHeaderResize(header->iItem, columnResizeCancelled); 6127if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6129_columnHeaderClicked = _columnHeaders[nmheader->iItem]; 6143if (_columnHeaders is not null && nmheader->iItem < _columnHeaders.Length && 6147ColumnWidthChangingEventArgs colWidthChanging = new(nmheader->iItem, newColumnWidth); 6178if (_columnHeaders is not null && nmheader->iItem < _columnHeaders.Length) 6180int w = _columnHeaders[nmheader->iItem].Width; 6183(_columnHeaderClicked == _columnHeaders[nmheader->iItem] && 6193OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader->iItem)); 6198OnColumnWidthChanged(new ColumnWidthChangedEventArgs(nmheader->iItem)); 6236if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6238_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6261int from = Columns[header->iItem].DisplayIndex; 6279Columns[header->iItem]); 6358if (_columnHeaders is not null && _columnHeaders.Length > nmheader->iItem) 6360_columnHeaders[nmheader->iItem].Width = _newWidthForColumnWidthChangingCancelled; 6375Debug.Assert(header->iItem == 0, "we only need to compensate for the first column resize");