1 write to _horizontalScrollbar
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
509
_horizontalScrollbar
= value;
5 references to _horizontalScrollbar
System.Windows.Forms (5)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
304
else if (
_horizontalScrollbar
)
502
return
_horizontalScrollbar
;
507
if (value !=
_horizontalScrollbar
)
2249
if (!_multiColumn &&
_horizontalScrollbar
&& IsHandleCreated)
2267
if (!
_horizontalScrollbar
|| _horizontalExtent > 0)