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