3 references to new
System.Windows.Forms.Design.Tests (3)
System\ComponentModel\Design\ArrayEditorTests.cs (3)
132
ArrayEditor editor =
new
(typeof(string[]));
159
ArrayEditor editor =
new
(typeof(string[]));
201
public SubArrayEditor(Type type) :
base
(type)