4 instantiations of TypeFilterProvider
System.Workflow.Activities (3)
EventSinkActivity.cs (1)
83[TypeFilterProviderAttribute(typeof(ExternalDataExchangeInterfaceTypeFilterProvider))]
InvokeMethodActivity.cs (1)
61[TypeFilterProviderAttribute(typeof(ExternalDataExchangeInterfaceTypeFilterProvider))]
WebServiceReceive.cs (1)
69[TypeFilterProviderAttribute(typeof(InterfaceTypeFilterProvider))]
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CustomActivityDesigner.cs (1)
224[TypeFilterProvider(typeof(BaseClassTypeFilterProvider))]
6 references to TypeFilterProvider
System.Workflow.Activities (3)
Designers\WebServiceReceiveDesigner.cs (3)
114TypeFilterProviderAttribute filterProviderAttribute = this.Attributes[typeof(TypeFilterProviderAttribute)] as TypeFilterProviderAttribute;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\UITypeEditors.cs (3)
44TypeFilterProviderAttribute typeFilterProvAttr = null; 47typeFilterProvAttr = typeDescriptorContext.PropertyDescriptor.Attributes[typeof(TypeFilterProviderAttribute)] as TypeFilterProviderAttribute;