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