3 references to NewItemTypes
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
124protected Type[] NewItemTypes => _editor.NewItemTypes;
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ArrayEditorTests.cs (1)
230public new Type[] NewItemTypes => base.NewItemTypes;
System\ComponentModel\Design\CollectionEditorTests.cs (1)
1032public new Type[] NewItemTypes => base.NewItemTypes;