5 instantiations of StandardMenuStripVerb
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripActionList.cs (1)
25_standardItemsVerb = new StandardMenuStripVerb(designer);
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\StandardMenuStripVerbTests.cs (4)
111StandardMenuStripVerb standardMenuStripVerb = new(_designer); 120Action action = () => new StandardMenuStripVerb(null); 132new StandardMenuStripVerb(toolStripDesigner); 141StandardMenuStripVerb standardMenuStripVerb = new(_designer);
4 references to StandardMenuStripVerb
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripActionList.cs (1)
15private readonly StandardMenuStripVerb? _standardItemsVerb;
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\StandardMenuStripVerbTests.cs (3)
111StandardMenuStripVerb standardMenuStripVerb = new(_designer); 112standardMenuStripVerb.Should().BeOfType<StandardMenuStripVerb>(); 141StandardMenuStripVerb standardMenuStripVerb = new(_designer);