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)
474
return
_horizontalExtent
;
479
if (value !=
_horizontalExtent
)
650
if (
_horizontalExtent
> 0)
652
return
_horizontalExtent
;
2251
int width =
_horizontalExtent
;
2267
if (!_horizontalScrollbar ||
_horizontalExtent
> 0)