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