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