2 references to CreateNewItemTypes
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.cs (1)
46
protected Type[] NewItemTypes => _newItemTypes ??=
CreateNewItemTypes
();
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\CollectionEditorTests.cs (1)
1046
public new Type[] CreateNewItemTypes() => base.
CreateNewItemTypes
();