5 references to CollectionItemType
System.Windows.Forms.Design.Tests (5)
System\ComponentModel\Design\ArrayEditorTests.cs (5)
28
Assert.Equal(expectedItemType, editor.
CollectionItemType
);
29
Assert.Same(editor.
CollectionItemType
, editor.
CollectionItemType
);
41
Assert.Null(editor.
CollectionItemType
);
211
Assert.Null(editor.
CollectionItemType
);