1 instantiation of ToolStripDropDownLayoutEngine
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
828
public static ToolStripDropDownLayoutEngine LayoutInstance = new
ToolStripDropDownLayoutEngine
();
2 references to ToolStripDropDownLayoutEngine
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (2)
193
return
ToolStripDropDownLayoutEngine
.LayoutInstance;
828
public static
ToolStripDropDownLayoutEngine
LayoutInstance = new ToolStripDropDownLayoutEngine();