19 references to ToolStripDropDownButton
Accessibility_Core_App (3)
DataControls.Designer.cs (1)
48
this.toolStripDropDownButton1 = new System.Windows.Forms.
ToolStripDropDownButton
();
Menu_Toolbars_controls.Designer.cs (1)
80
toolStripDropDownButton1 = new
ToolStripDropDownButton
();
ToolStripContainer.Designer.cs (1)
51
this.toolStripDropDownButton1 = new System.Windows.Forms.
ToolStripDropDownButton
();
System.Windows.Forms.Tests (12)
System\Windows\Forms\AccessibleObjects\ToolStripDropDownButton.ToolStripDropDownButtonAccessibleObjectTests.cs (5)
15
using ToolStripDropDownButton toolStripDropDownButton =
new
();
24
using ToolStripDropDownButton toolStripDropDownButton =
new
();
35
using ToolStripDropDownButton toolStripDropDownButton =
new
();
62
using ToolStripDropDownButton toolStripDropDownButton =
new
();
76
using ToolStripDropDownButton dropDownItem =
new
();
System\Windows\Forms\AccessibleObjects\ToolStripDropDownMenu.ToolStripDropDownMenuAccessibleObjectTests.cs (2)
277
using ToolStripDropDownButton dropDownButton =
new
();
311
using ToolStripDropDownButton dropDownButton =
new
();
System\Windows\Forms\AccessibleObjects\ToolStripScrollButton.ToolStripScrollButtonAccessibleObjectTests.cs (1)
133
using ToolStripDropDownItem ownerItem = new
ToolStripDropDownButton
();
System\Windows\Forms\ToolStripButtonTests.Rendering.cs (1)
121
using ToolStripDropDownButton toolStripDropDownButton =
new
();
System\Windows\Forms\ToolStripItemCollectionTests.cs (1)
109
using ToolStripDropDownButton toolStripDropDownButton =
new
();
System\Windows\Forms\ToolStripRenderEventArgsTests.cs (2)
79
yield return new object[] { new ToolStripOverflow(new
ToolStripDropDownButton
()) };
81
ToolStripDropDownButton ownedDropDownItem =
new
();
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
967
ToolStripDropDownButton toolStripDropDownButton =
new
()
WinFormsControlsTest (3)
DragDrop.cs (1)
445
ToolStripDropDownButton catToolStripDropDownButton =
new
()
ToolStripTests.Designer.cs (2)
51
this.toolStrip2_DropDownButton1 = new System.Windows.Forms.
ToolStripDropDownButton
();
71
this.toolStrip2_DropDownButton2 = new System.Windows.Forms.
ToolStripDropDownButton
();