18 references to DisplayIndex
System.Windows.Forms (18)
winforms\Managed\System\WinForms\ColumnHeader.cs (4)
147if (hdr.DisplayIndex == this.DisplayIndexInternal) { 149} else if (hdr.DisplayIndex >= lowDI && hdr.DisplayIndex <= hiDI) { 484return this.DisplayIndex != this.Index;
winforms\Managed\System\WinForms\ListView.cs (14)
3658} else if (hdr.DisplayIndex >= index) { 4327indices[index] = column.DisplayIndex; 5659int from = this.Columns[header.iItem].DisplayIndex; 5689if (hdr.DisplayIndex == from) { 5691} else if (hdr.DisplayIndex >= lowDI && hdr.DisplayIndex <= hiDI) { 7955if (values[i].DisplayIndex == -1) { 7959if (!usedIndices.ContainsKey(values[i].DisplayIndex) && values[i].DisplayIndex >= 0 && values[i].DisplayIndex < values.Length) { 7960usedIndices.Add(values[i].DisplayIndex, i); 7963indices[i] = values[i].DisplayIndex; 8201if (hdr.DisplayIndex >= removeHdr.DisplayIndex) {