1 write to _horizontalScrollbar
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
507
_horizontalScrollbar
= value;
5 references to _horizontalScrollbar
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
302
else if (
_horizontalScrollbar
)
500
return
_horizontalScrollbar
;
505
if (value !=
_horizontalScrollbar
)
2247
if (!_multiColumn &&
_horizontalScrollbar
&& IsHandleCreated)
2265
if (!
_horizontalScrollbar
|| _horizontalExtent > 0)