2 types derived from ClassWithItem
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListBindingHelperTests.cs (2)
541private class ITypedListClassWithItem : ClassWithItem, ITypedList 573private class OnlyGenericIListClassWithItem : ClassWithItem, IList<int>
1 instantiation of ClassWithItem
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListBindingHelperTests.cs (1)
136yield return new object[] { new ClassWithItem(), typeof(ClassWithItem) };
3 references to ClassWithItem
System.Windows.Forms.Tests (3)
System\Windows\Forms\ListBindingHelperTests.cs (3)
136yield return new object[] { new ClassWithItem(), typeof(ClassWithItem) }; 137yield return new object[] { typeof(ClassWithItem), typeof(ClassWithItem) };