6 writes to _maxWidth
System.Windows.Forms (6)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (5)
665
_maxWidth
= ComputeMaxItemWidth(_maxWidth);
2239
_maxWidth
= -1;
2267
_maxWidth
= -1;
2289
_maxWidth
= -1;
2297
_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)
659
if (
_maxWidth
> -1)
661
return
_maxWidth
;
665
_maxWidth = ComputeMaxItemWidth(
_maxWidth
);
667
return
_maxWidth
;
2273
if (
_maxWidth
> -1)
2287
if (width >=
_maxWidth
)
2295
if (width >
_maxWidth
)