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)
377
return
_width
;
409
return
_width
;
446
columnHeader.Width =
_width
;