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