1 write to container
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceContractListItem.cs (1)
32
this.
container
= container;
5 references to container
System.WorkflowServices (5)
System\Workflow\Activities\Design\ServiceContractListItem.cs (5)
87
int positionToAddAt = this.
container
.Items.IndexOf(this) + 1;
90
positionToAddAt = this.
container
.Items.IndexOf(lastItemAdded) + 1;
93
this.
container
.Items.Insert(positionToAddAt, operation);
124
this.
container
.SetSelected(
container
.Items.IndexOf(operationListItem), true);