7 references to ToolStrip
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1288this.toolStrip1 = new System.Windows.Forms.ToolStrip();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
217toolStrip = AccessibilityImprovements.Level3 ? new PropertyGridToolStrip(this) : new ToolStrip();
winforms\Managed\System\WinForms\ToolStrip.cs (1)
229public ToolStrip(params ToolStripItem[] items) : this() {
System.Workflow.Activities (2)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (1)
38this.rulesToolStrip = new System.Windows.Forms.ToolStrip();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
43this.rulesToolStrip = new System.Windows.Forms.ToolStrip();
System.WorkflowServices (2)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
35this.operationsToolStrip = new System.Windows.Forms.ToolStrip();
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
42this.operationsToolStrip = new System.Windows.Forms.ToolStrip();