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