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