4 instantiations of ListControlStringCollectionEditor
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ListControlStringCollectionEditorTests.cs (4)
14ListControlStringCollectionEditor editor = new(typeof(string)); 26ListControlStringCollectionEditor editor = new(typeof(string)); 40ListControlStringCollectionEditor editor = new(typeof(string)); 55ListControlStringCollectionEditor editor = new(typeof(string));
14 references to ListControlStringCollectionEditor
System.Design (1)
System.Design.Forwards.cs (1)
20[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ListControlStringCollectionEditor))]
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListControlStringCollectionEditor.cs (1)
9/// <see cref="ListControlStringCollectionEditor"/> overrides <see cref="StringCollectionEditor"/>
System.Windows.Forms.Design.Tests (12)
EnsureEditorsTests.cs (8)
84[InlineData(typeof(CheckedListBox), "Items", typeof(ListControlStringCollectionEditor))] 87[InlineData(typeof(ComboBox), "AutoCompleteCustomSource", typeof(ListControlStringCollectionEditor))] 88[InlineData(typeof(ComboBox), "Items", typeof(ListControlStringCollectionEditor))] 107[InlineData(typeof(ListBox), "Items", typeof(ListControlStringCollectionEditor))] 130[InlineData(typeof(TextBox), "AutoCompleteCustomSource", typeof(ListControlStringCollectionEditor))] 133[InlineData(typeof(ToolStripComboBox), "AutoCompleteCustomSource", typeof(ListControlStringCollectionEditor))] 134[InlineData(typeof(ToolStripComboBox), "Items", typeof(ListControlStringCollectionEditor))] 138[InlineData(typeof(ToolStripTextBox), "AutoCompleteCustomSource", typeof(ListControlStringCollectionEditor))]
System\Windows\Forms\Design\ListControlStringCollectionEditorTests.cs (4)
14ListControlStringCollectionEditor editor = new(typeof(string)); 26ListControlStringCollectionEditor editor = new(typeof(string)); 40ListControlStringCollectionEditor editor = new(typeof(string)); 55ListControlStringCollectionEditor editor = new(typeof(string));