1 instantiation of ToolStripCollectionEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripCollectionEditorTests.cs (1)
15_editor = new();
5 references to ToolStripCollectionEditor
System.Design (1)
System.Design.Forwards.cs (1)
88[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.ToolStripCollectionEditor))]
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (3)
16/// Our internal form UI for the <see cref="ToolStripCollectionEditor" />. 20private readonly ToolStripCollectionEditor _editor; 102_editor = (ToolStripCollectionEditor)parent;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripCollectionEditorTests.cs (1)
11private readonly ToolStripCollectionEditor _editor;