11 references to new
System.Windows.Forms.Design.Tests (11)
System\ComponentModel\Design\ArrayEditorTests.cs (11)
20
SubArrayEditor editor =
new
(type);
43
SubArrayEditor editor =
new
(type);
50
Assert.Throws<ArgumentNullException>(() => new
SubArrayEditor
(null));
65
SubArrayEditor editor =
new
(typeof(string[]));
84
SubArrayEditor editor =
new
(typeof(string[]));
91
SubArrayEditor editor =
new
(typeof(string[]));
116
SubArrayEditor editor =
new
(type);
123
SubArrayEditor editor =
new
(typeof(ClassWithStringDefaultProperty));
148
SubArrayEditor editor =
new
(typeof(string[]));
176
SubArrayEditor editor =
new
(typeof(int[]));
195
SubArrayEditor editor =
new
(typeof(int[]));