2 references to SetItems
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\CollectionEditorTests.cs (2)
921
object items = editor.
SetItems
(editValue, value);
930
Assert.Throws<NotSupportedException>(() => editor.
SetItems
(new object[1], new object[1]));