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