4 references to CollectionItemType
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\ArrayEditorTests.cs (4)
21Assert.Equal(expectedItemType, editor.CollectionItemType); 22Assert.Same(editor.CollectionItemType, editor.CollectionItemType); 44Assert.Throws<InvalidOperationException>(() => editor.CollectionItemType);