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