5 instantiations of ListItemDetailView
System.WorkflowServices (5)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
494
[
ListItemDetailView
(typeof(ListItemViewControl))]
System\Workflow\Activities\Design\ServiceContractListItem.cs (1)
15
[
ListItemDetailView
(typeof(ServiceContractDetailViewControl))]
System\Workflow\Activities\Design\ServiceOperationListItem.cs (1)
15
[
ListItemDetailView
(typeof(ListItemViewControl))]
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (1)
13
[
ListItemDetailView
(typeof(ServiceOperationDetailViewControl))]
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (1)
10
[
ListItemDetailView
(typeof(ServiceOperationDetailViewControl))]
3 references to ListItemDetailView
System.WorkflowServices (3)
System\Workflow\Activities\Design\RichListBox.cs (3)
68
object[] attribs = editableListItemType.GetCustomAttributes(typeof(
ListItemDetailViewAttribute
), true);
71
ListItemDetailViewAttribute
viewAttribute = attribs[0] as
ListItemDetailViewAttribute
;