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