6 writes to _maxWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
667
_maxWidth
= ComputeMaxItemWidth(_maxWidth);
2241
_maxWidth
= -1;
2269
_maxWidth
= -1;
2291
_maxWidth
= -1;
2299
_maxWidth
= width;
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (1)
256
_owner.
_maxWidth
= -1;
7 references to _maxWidth
System.Windows.Forms (7)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (7)
661
if (
_maxWidth
> -1)
663
return
_maxWidth
;
667
_maxWidth = ComputeMaxItemWidth(
_maxWidth
);
669
return
_maxWidth
;
2275
if (
_maxWidth
> -1)
2289
if (width >=
_maxWidth
)
2297
if (width >
_maxWidth
)