4 references to CollectionItemType
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ArrayEditorTests.cs (4)
21
Assert.Equal(expectedItemType, editor.
CollectionItemType
);
22
Assert.Same(editor.
CollectionItemType
, editor.
CollectionItemType
);
44
Assert.Throws<InvalidOperationException>(() => editor.
CollectionItemType
);