6 references to CreateInstance
System.Windows.Forms.Design.Tests (6)
System\ComponentModel\Design\CollectionEditorTests.cs (6)
159
Assert.IsType<Component>(editor.
CreateInstance
(typeof(Component)));
217
Assert.Same(result, editor.
CreateInstance
(typeof(Component)));
268
Assert.IsType<Component>(editor.
CreateInstance
(typeof(Component)));
321
Assert.Same(result, editor.
CreateInstance
(typeof(Component)));
336
Assert.Equal(expected, editor.
CreateInstance
(type));
343
Assert.Throws<ArgumentNullException>("itemType", () => editor.
CreateInstance
(null));