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