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