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)
472
return
_horizontalExtent
;
477
if (value !=
_horizontalExtent
)
648
if (
_horizontalExtent
> 0)
650
return
_horizontalExtent
;
2249
int width =
_horizontalExtent
;
2265
if (!_horizontalScrollbar ||
_horizontalExtent
> 0)