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