2 references to SetItems
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ArrayEditorTests.cs (2)
177
int[] result = Assert.IsType<int[]>(editor.
SetItems
(editValue, value));
196
Assert.Same(expected, editor.
SetItems
(editValue, value));