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)
213
public new Type[] NewItemTypes => base.
NewItemTypes
;
System\ComponentModel\Design\CollectionEditorTests.cs (1)
975
public new Type[] NewItemTypes => base.
NewItemTypes
;