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)
302else if (_horizontalScrollbar) 500return _horizontalScrollbar; 505if (value != _horizontalScrollbar) 2249if (!_multiColumn && _horizontalScrollbar && IsHandleCreated) 2267if (!_horizontalScrollbar || _horizontalExtent > 0)