1 implementation of IActivityTemplateFactory
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ActivityTemplateFactory.Generic.cs (1)
21
public abstract class ActivityTemplateFactory<T> :
IActivityTemplateFactory
<T> where T : class
3 references to IActivityTemplateFactory
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
424
Type templateFactoryInterface2 = type.GetInterface(typeof(
IActivityTemplateFactory
<>).FullName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Toolbox\ActivityTemplateFactoryExtension.cs (2)
12
type.GetInterface(typeof(
IActivityTemplateFactory
<>).FullName) != null;
24
Type activityFactoryInterfaceType = type.GetInterface(typeof(
IActivityTemplateFactory
<>).FullName);