2 references to MAX_SUBITEMS
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
53
private static readonly BitVector32.Section SubItemCountSection = BitVector32.CreateSection(
MAX_SUBITEMS
, SavedStateImageIndexSection);
1966
if (owner.SubItemCount == ListViewItem.
MAX_SUBITEMS
) {