1 instantiation of FeatureManager
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
136this.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)
41FeatureManager featureManager; 81FeatureManager FeatureManager 87this.featureManager = this.context.Services.GetService<FeatureManager>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
136this.context.Services.Publish<FeatureManager>(new FeatureManager(this.context));