1 instantiation of FeatureManager
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
136
this.context.Services.Publish<FeatureManager>(new
FeatureManager
(this.context));
4 references to FeatureManager
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (3)
41
FeatureManager
featureManager;
81
FeatureManager
FeatureManager
87
this.featureManager = this.context.Services.GetService<
FeatureManager
>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
136
this.context.Services.Publish<
FeatureManager
>(new FeatureManager(this.context));