2 writes to WorkflowDesignerHostId
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
154service.WorkflowDesignerHostId = WorkflowDesignerHostId.Dev10; 167configurationService.WorkflowDesignerHostId = WorkflowDesignerHostId.Dev11;
4 references to WorkflowDesignerHostId
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DesignerConfigurationService.cs (1)
438if (this.WorkflowDesignerHostId == Presentation.WorkflowDesignerHostId.Rehost)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
578if (configurationService.WorkflowDesignerHostId == WorkflowDesignerHostId.Dev10)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
588if (configurationService.WorkflowDesignerHostId == WorkflowDesignerHostId.Dev10)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
520if (configurationService.WorkflowDesignerHostId == WorkflowDesignerHostId.Dev10)