2 types derived from StringCollectionEditor
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ListControlStringCollectionEditor.cs (1)
13internal class ListControlStringCollectionEditor : StringCollectionEditor
System\Windows\Forms\Design\StringArrayEditor.cs (1)
9internal class StringArrayEditor : StringCollectionEditor
7 references to StringCollectionEditor
System.Design (1)
System.Design.Forwards.cs (1)
29[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.StringCollectionEditor))]
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ListControlStringCollectionEditor.cs (1)
9/// <see cref="ListControlStringCollectionEditor"/> overrides <see cref="StringCollectionEditor"/>
System\Windows\Forms\Design\StringCollectionEditor.StringCollectionForm.cs (3)
23private readonly StringCollectionEditor _editor; 31_editor = (StringCollectionEditor)editor; 76ComponentResourceManager resources = new(typeof(StringCollectionEditor));
System.Windows.Forms.Design.Tests (2)
EnsureEditorsTests.cs (2)
94[InlineData(typeof(DataGridViewComboBoxColumn), "Items", typeof(StringCollectionEditor))] 99[InlineData(typeof(DomainUpDown), "Items", typeof(StringCollectionEditor))]