27 references to ToolStripButton
System.Windows.Forms (14)
winforms\Managed\System\WinForms\BindingNavigator.cs (6)
141
MoveFirstItem = new System.Windows.Forms.
ToolStripButton
();
142
MovePreviousItem = new System.Windows.Forms.
ToolStripButton
();
143
MoveNextItem = new System.Windows.Forms.
ToolStripButton
();
144
MoveLastItem = new System.Windows.Forms.
ToolStripButton
();
147
AddNewItem = new System.Windows.Forms.
ToolStripButton
();
148
DeleteItem = new System.Windows.Forms.
ToolStripButton
();
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (7)
1289
this.printToolStripButton = new System.Windows.Forms.
ToolStripButton
();
1301
this.onepageToolStripButton = new System.Windows.Forms.
ToolStripButton
();
1302
this.twopagesToolStripButton = new System.Windows.Forms.
ToolStripButton
();
1303
this.threepagesToolStripButton = new System.Windows.Forms.
ToolStripButton
();
1304
this.fourpagesToolStripButton = new System.Windows.Forms.
ToolStripButton
();
1305
this.sixpagesToolStripButton = new System.Windows.Forms.
ToolStripButton
();
1307
this.closeToolStripButton = new System.Windows.Forms.
ToolStripButton
();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2094
ToolStripButton button = new
ToolStripButton
();
System.Workflow.Activities (6)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (4)
40
this.newRuleToolStripButton = new System.Windows.Forms.
ToolStripButton
();
41
this.editToolStripButton = new System.Windows.Forms.
ToolStripButton
();
42
this.renameToolStripButton = new System.Windows.Forms.
ToolStripButton
();
44
this.deleteToolStripButton = new System.Windows.Forms.
ToolStripButton
();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
45
this.newRuleToolStripButton = new System.Windows.Forms.
ToolStripButton
();
47
this.deleteToolStripButton = new System.Windows.Forms.
ToolStripButton
();
System.WorkflowServices (7)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (3)
37
this.importContractButton = new System.Windows.Forms.
ToolStripButton
();
38
this.toolStripButton1 = new System.Windows.Forms.
ToolStripButton
();
39
this.addOperationButton = new System.Windows.Forms.
ToolStripButton
();
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (4)
43
this.moveParameterDownButton = new System.Windows.Forms.
ToolStripButton
();
44
this.moveParameterUpButton = new System.Windows.Forms.
ToolStripButton
();
45
this.RemoveParameterButton = new System.Windows.Forms.
ToolStripButton
();
46
this.addParameterButton = new System.Windows.Forms.
ToolStripButton
();