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