3 references to GetStandardItemMenuItems
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\NewItemsContextMenuStrip.cs (1)
41
foreach (ToolStripItem item in ToolStripDesignerUtils.
GetStandardItemMenuItems
(_component, _onClick, _convertTo))
System\Windows\Forms\Design\ToolStripDesignerUtils.cs (1)
373
foreach (ToolStripItem item in
GetStandardItemMenuItems
(component, onClick, convertTo))
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ToolStripDesignerUtilsTests.cs (1)
119
ToolStripItem[] items = ToolStripDesignerUtils.
GetStandardItemMenuItems
(_toolStrip, onClick, false);