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