3 references to CreateCollectionItemType
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\CollectionEditorTests.cs (3)
129
Type itemType = editor.
CreateCollectionItemType
();
131
Assert.Same(itemType, editor.
CreateCollectionItemType
());
138
Assert.Throws<ArgumentNullException>("type", editor.
CreateCollectionItemType
);