2 writes to _width
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (2)
401_width = (int)PInvokeCore.SendMessage(ListView, PInvoke.LVM_GETCOLUMNWIDTH, (WPARAM)Index); 410_width = value;
3 references to _width
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ColumnHeader.cs (3)
374return _width; 406return _width; 443columnHeader.Width = _width;