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)
374
return
_width
;
406
return
_width
;
443
columnHeader.Width =
_width
;