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