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