1 write to _columnWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
248
_columnWidth
= value;
6 references to _columnWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (6)
239
return
_columnWidth
;
246
if (
_columnWidth
!= value)
251
if (
_columnWidth
== 0)
257
PInvokeCore.SendMessage(this, PInvoke.LB_SETCOLUMNWIDTH, (WPARAM)
_columnWidth
);
1749
if (
_columnWidth
!= 0)
1751
PInvokeCore.SendMessage(this, PInvoke.LB_SETCOLUMNWIDTH, (WPARAM)
_columnWidth
);