1 write to toolStripButton1
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
38this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
7 references to toolStripButton1
System.WorkflowServices (7)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
42this.toolStripButton1.Visible = allowNewContracts; 301this.toolStripButton1.Click += new EventHandler(NewContractButtonClicked);
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (5)
58this.toolStripButton1, 80this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 81this.toolStripButton1.Image = global::System.ServiceModel.ImageResources.AddContract; 82resources.ApplyResources(this.toolStripButton1, "toolStripButton1"); 83this.toolStripButton1.Name = "toolStripButton1";