12 references to Index
System.Windows.Forms (12)
winforms\Managed\System\WinForms\ColumnHeader.cs (10)
152if (i != this.Index) { 158colsOrder[ movedHdr.DisplayIndexInternal ] = movedHdr.Index; 328if ((Index != 0) && (listview.RightToLeft == RightToLeft.Yes) && !listview.IsMirrored) 344if (Index == 0 && this.textAlign != HorizontalAlignment.Left) { 400if (Index < nativeColumnCount) { 401width = (int)UnsafeNativeMethods.SendMessage(new HandleRef(listview, listview.Handle), NativeMethods.LVM_GETCOLUMNWIDTH, Index, 0); 411listview.SetColumnWidth(Index, ColumnHeaderAutoResizeStyle.None); 423this.listview.AutoResizeColumn(this.Index, headerAutoResize); 458int index = Index; 484return this.DisplayIndex != this.Index;
winforms\Managed\System\WinForms\ListView.cs (2)
4895int retval = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.LVM_SETCOLUMN, ch.Index, lvColumn); 5698indices[movedHdr.Index] = movedHdr.DisplayIndexInternal;