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
" />.
20
private readonly
ToolStripCollectionEditor
_editor;
102
_editor = (
ToolStripCollectionEditor
)parent;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripCollectionEditorTests.cs (1)
11
private readonly
ToolStripCollectionEditor
_editor;