2 writes to width
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ColumnHeader.cs (2)
401
width
= (int)UnsafeNativeMethods.SendMessage(new HandleRef(listview, listview.Handle), NativeMethods.LVM_GETCOLUMNWIDTH, Index, 0);
409
this.
width
= value;
3 references to width
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ColumnHeader.cs (3)
375
return
width
;
406
return
width
;
446
columnHeader.Width =
width
;