1 write to importContractButton
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
37
this.
importContractButton
= new System.Windows.Forms.ToolStripButton();
6 references to importContractButton
System.WorkflowServices (6)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
297
this.
importContractButton
.Click += new EventHandler(ImportContractButtonClicked);
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (5)
57
this.
importContractButton
,
73
this.
importContractButton
.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
74
this.
importContractButton
.Image = global::System.ServiceModel.ImageResources.Import;
75
resources.ApplyResources(this.
importContractButton
, "importContractButton");
76
this.
importContractButton
.Name = "importContractButton";