1 override of MaxItemWidth
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
282internal override int MaxItemWidth {
4 references to MaxItemWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
287return base.MaxItemWidth + idealCheckSize + scaledListItemPaddingBuffer;
winforms\Managed\System\WinForms\ListBox.cs (3)
778width = SizeFromClientSize(new Size(MaxItemWidth, height)).Width; 2214width = MaxItemWidth; 2336bounds.Width = Math.Max(MaxItemWidth, bounds.Width);