2 writes to _width
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
404_width = (int)PInvokeCore.SendMessage(ListView, PInvoke.LVM_GETCOLUMNWIDTH, (WPARAM)Index); 413_width = value;
3 references to _width
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (3)
377return _width; 409return _width; 446columnHeader.Width = _width;