3 references to CreateNewItemTypes
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\CollectionEditorTests.cs (3)
377Type[] itemTypes = editor.CreateNewItemTypes(); 379Assert.NotSame(itemTypes, editor.CreateNewItemTypes()); 386Assert.Throws<ArgumentNullException>("type", editor.CreateNewItemTypes);