2 references to MaxSubItems
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
30private static readonly BitVector32.Section s_subItemCountSection = BitVector32.CreateSection(MaxSubItems, s_savedStateImageIndexSection);
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (1)
234if (_owner.SubItemCount >= MaxSubItems)