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