2 overrides of Item
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceContractViewControl.cs (1)
24public override object Item
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (1)
24public override object Item
5 writes to Item
System.WorkflowServices (5)
System\Workflow\Activities\Design\RichListBox.cs (4)
134listItemRenderer.Item = itemToDraw; 162listItemRenderer.Item = listItem; 188SelectedItemViewControl.Item = selectedItem; 208activeItemViewControl.Item = selectedItem;
System\Workflow\Activities\Design\ServiceContractViewControl.cs (1)
32base.Item = value;
17 references to Item
System.WorkflowServices (17)
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (3)
24ServiceContractListItem listItem = this.Item as ServiceContractListItem; 40ServiceContractListItem contractListItem = (ServiceContractListItem) this.Item; 53ServiceContractListItem contractListItem = (ServiceContractListItem) this.Item;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (14)
68TypedServiceOperationListItem operationListItem = this.Item as TypedServiceOperationListItem; 69WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 320WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 337WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 345ServiceOperationListItem operationListItem = (ServiceOperationListItem) this.Item; 449WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 456TypedServiceOperationListItem reflectedOperationListItem = this.Item as TypedServiceOperationListItem; 467WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 474TypedServiceOperationListItem reflectedOperationListItem = this.Item as TypedServiceOperationListItem; 540WorkflowServiceOperationListItem item = (WorkflowServiceOperationListItem) this.Item; 667ServiceOperationListItem operationListItem = this.Item as ServiceOperationListItem; 668WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem; 669TypedServiceOperationListItem reflectedOperationListItem = this.Item as TypedServiceOperationListItem; 698WorkflowServiceOperationListItem workflowOperationListItem = this.Item as WorkflowServiceOperationListItem;