1 write to _columnWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
252
_columnWidth
= value;
6 references to _columnWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (6)
243
return
_columnWidth
;
250
if (
_columnWidth
!= value)
255
if (
_columnWidth
== 0)
261
PInvokeCore.SendMessage(this, PInvoke.LB_SETCOLUMNWIDTH, (WPARAM)
_columnWidth
);
1749
if (
_columnWidth
!= 0)
1751
PInvokeCore.SendMessage(this, PInvoke.LB_SETCOLUMNWIDTH, (WPARAM)
_columnWidth
);