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