1 write to _horizontalExtent
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
481_horizontalExtent = value;
6 references to _horizontalExtent
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (6)
474return _horizontalExtent; 479if (value != _horizontalExtent) 650if (_horizontalExtent > 0) 652return _horizontalExtent; 2251int width = _horizontalExtent; 2267if (!_horizontalScrollbar || _horizontalExtent > 0)