4 references to CollectionItemType
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\CollectionEditorTests.cs (4)
31
Assert.Equal(expectedItemType, editor.
CollectionItemType
);
32
Assert.Same(editor.
CollectionItemType
, editor.
CollectionItemType
);
44
Assert.Throws<ArgumentNullException>("type", () => editor.
CollectionItemType
);