4 references to StringArrayEditor
System.Design (1)
System.Design.Forwards.cs (1)
28
[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.
StringArrayEditor
))]
System.Windows.Forms.Design.Tests (3)
EnsureEditorsTests.cs (3)
48
[InlineData(typeof(string[]), typeof(
StringArrayEditor
))]
131
[InlineData(typeof(TextBoxBase), "Lines", typeof(
StringArrayEditor
))]
139
[InlineData(typeof(ToolStripTextBox), "Lines", typeof(
StringArrayEditor
))]