1 write to RemoveParameterButton
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
45this.RemoveParameterButton = new System.Windows.Forms.ToolStripButton();
11 references to RemoveParameterButton
System.WorkflowServices (11)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (4)
399if (e.KeyCode == Keys.Delete && this.RemoveParameterButton.Enabled) 562RemoveParameterButton.Enabled = false; 571RemoveParameterButton.Enabled = true; 599this.RemoveParameterButton.Enabled = editable;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (7)
123this.RemoveParameterButton, 150this.RemoveParameterButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 151this.RemoveParameterButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 152this.RemoveParameterButton.Image = global::System.ServiceModel.ImageResources.Delete; 153this.RemoveParameterButton.Name = "RemoveParameterButton"; 154resources.ApplyResources(this.RemoveParameterButton, "RemoveParameterButton"); 155this.RemoveParameterButton.Click += new System.EventHandler(this.RemoveParameterButton_Click);