11 instantiations of SubArrayEditor
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[]));
10 references to SubArrayEditor
System.Windows.Forms.Design.Tests (10)
System\ComponentModel\Design\ArrayEditorTests.cs (10)
20
SubArrayEditor
editor = new(type);
43
SubArrayEditor
editor = new(type);
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[]));