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