12 references to Index
System.Windows.Forms (12)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (10)
151if (i != Index) 160colsOrder[movedHdr.DisplayIndexInternal] = movedHdr.Index; 333if ((Index != 0) && (ListView.RightToLeft == RightToLeft.Yes) && !ListView.IsMirrored) 349if (Index == 0 && _textAlign != HorizontalAlignment.Left) 399if (Index < nativeColumnCount) 401_width = (int)PInvokeCore.SendMessage(ListView, PInvoke.LVM_GETCOLUMNWIDTH, (WPARAM)Index); 411ListView?.SetColumnWidth(Index, ColumnHeaderAutoResizeStyle.None); 422ListView?.AutoResizeColumn(Index, headerAutoResize); 454int index = Index; 495return DisplayIndex != Index;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
5275result = PInvokeCore.SendMessage(this, PInvoke.LVM_SETCOLUMNW, (WPARAM)ch.Index, ref lvColumn); 6294indices[movedHdr.Index] = movedHdr.DisplayIndexInternal;