1 write to operationsListBox
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
43
this.
operationsListBox
= new System.Workflow.Activities.Design.RichListBox();
32 references to operationsListBox
System.WorkflowServices (32)
System\Workflow\Activities\Design\OperationPickerDialog.cs (22)
40
this.serviceContracts = new ServiceContractListItemList(this.
operationsListBox
);
41
this.
operationsListBox
.ServiceProvider = this.serviceProvider;
84
serviceContract = new ServiceContractListItem(this.
operationsListBox
);
104
serviceContract = new ServiceContractListItem(this.
operationsListBox
);
133
if (this.
operationsListBox
.Items.Count == 0)
135
this.
operationsListBox
.Items.Add(new HelpListItem());
141
ServiceContractListItem serviceContractListItem = this.
operationsListBox
.SelectedItem as ServiceContractListItem;
157
operationsListBox
.Items.Add(serviceContractListItem);
230
ServiceContractListItem contractItem = new ServiceContractListItem(this.
operationsListBox
);
262
object selectedObject =
operationsListBox
.SelectedItem;
298
this.
operationsListBox
.DoubleClick += new EventHandler(operationsListBox_DoubleClick);
299
this.
operationsListBox
.SelectedIndexChanged += new EventHandler(operationsListBox_SelectedIndexChanged);
313
if (
operationsListBox
.Items.Count > 0)
315
operationsListBox
.SetSelected(0, true);
328
if (
operationsListBox
.SelectedItemViewControl != null)
342
operationsListBox
.SelectedItemViewControl.Dock = DockStyle.Fill;
343
detailsViewPanel.Controls.Add(
operationsListBox
.SelectedItemViewControl);
345
if (
operationsListBox
.SelectedItem is ServiceOperationListItem)
352
ServiceContractListItem serviceContractListItem = this.
operationsListBox
.SelectedItem as ServiceContractListItem;
364
if (this.
operationsListBox
.Items.Count > 0 && this.
operationsListBox
.Items[0] is HelpListItem)
366
this.
operationsListBox
.Items.Clear();
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (10)
110
this.operationsPanel.Controls.Add(this.
operationsListBox
);
120
this.
operationsListBox
.BackColor = System.Drawing.SystemColors.Window;
121
this.
operationsListBox
.BorderStyle = System.Windows.Forms.BorderStyle.None;
122
this.
operationsListBox
.Dock = System.Windows.Forms.DockStyle.Fill;
123
this.
operationsListBox
.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
124
this.
operationsListBox
.Editable = false;
125
resources.ApplyResources(this.
operationsListBox
, "operationsListBox");
126
this.
operationsListBox
.FormattingEnabled = true;
127
this.
operationsListBox
.Name = "operationsListBox";
128
this.
operationsListBox
.SelectedItemViewControl = null;