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