1 write to horizontalExtent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListBox.cs (1)
522horizontalExtent = value;
6 references to horizontalExtent
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ListBox.cs (6)
517return horizontalExtent; 521if (value != horizontalExtent) { 676if (horizontalExtent > 0) { 677return horizontalExtent; 2212int width = horizontalExtent; 2227if (!horizontalScrollbar || horizontalExtent > 0) {