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