1 write to _horizontalExtent
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
479_horizontalExtent = value;
6 references to _horizontalExtent
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (6)
472return _horizontalExtent; 477if (value != _horizontalExtent) 648if (_horizontalExtent > 0) 650return _horizontalExtent; 2249int width = _horizontalExtent; 2265if (!_horizontalScrollbar || _horizontalExtent > 0)