11 references to WorkflowDesignerHostId
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerConfigurationService.cs (6)
50
private
WorkflowDesignerHostId
workflowDesignerHostId;
354
internal
WorkflowDesignerHostId
WorkflowDesignerHostId
400
case
WorkflowDesignerHostId
.Rehost:
401
case
WorkflowDesignerHostId
.Dev10:
412
case
WorkflowDesignerHostId
.Dev11:
438
if (this.WorkflowDesignerHostId == Presentation.
WorkflowDesignerHostId
.Rehost)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
578
if (configurationService.WorkflowDesignerHostId ==
WorkflowDesignerHostId
.Dev10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
588
if (configurationService.WorkflowDesignerHostId ==
WorkflowDesignerHostId
.Dev10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (3)
154
service.WorkflowDesignerHostId =
WorkflowDesignerHostId
.Dev10;
167
configurationService.WorkflowDesignerHostId =
WorkflowDesignerHostId
.Dev11;
520
if (configurationService.WorkflowDesignerHostId ==
WorkflowDesignerHostId
.Dev10)