4 references to DesignerToolStripControlHost
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
695
_editorNode = new
DesignerToolStripControlHost
(_tn.EditorToolStrip);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
377
_typeHereNode = new
DesignerToolStripControlHost
(_typeHereTemplateNode.EditorToolStrip);
755
_commitedEditorNode = new
DesignerToolStripControlHost
(_commitedTemplateNode.EditorToolStrip)
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DesignerToolStripControlHostTests.cs (1)
13
using DesignerToolStripControlHost host =
new
(control);