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