5 instantiations of ListItemView
System.WorkflowServices (5)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
493[ListItemView(typeof(HelpListItemViewControl))]
System\Workflow\Activities\Design\ServiceContractListItem.cs (1)
14[ListItemView(typeof(ServiceContractViewControl))]
System\Workflow\Activities\Design\ServiceOperationListItem.cs (1)
14[ListItemView(typeof(ServiceOperationViewControl))]
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (1)
12[ListItemView(typeof(ServiceOperationViewControl))]
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (1)
9[ListItemView(typeof(ServiceOperationViewControl))]
3 references to ListItemView
System.WorkflowServices (3)
System\Workflow\Activities\Design\RichListBox.cs (3)
92object[] attribs = editableListItemType.GetCustomAttributes(typeof(ListItemViewAttribute), true); 95ListItemViewAttribute viewAttribute = attribs[0] as ListItemViewAttribute;