14 references to WorkflowDesigner
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (2)
40WorkflowDesigner designer; 54public ModelSearchServiceImpl(WorkflowDesigner designer)
System.Activities.Presentation\System\Activities\Presentation\NamespaceSettingsHandler.cs (3)
27static public void PreviewLoadRoot(object sender, WorkflowDesigner.PreviewLoadEventArgs args) 51FrameworkName targetFramework = WorkflowDesigner.GetTargetFramework(context); 123if (WorkflowDesigner.GetTargetFramework(rootModel.GetEditingContext()).IsLessThan45())
System.Activities.Presentation\System\Activities\Presentation\NonTextualExpressionMorphHelper.cs (1)
39string expressionEditor = ExpressionHelper.GetRootEditorSetting(context.Services.GetService<ModelTreeManager>(), WorkflowDesigner.GetTargetFramework(context));
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
185public WorkflowDesigner AssociatedDesigner
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1424string rootEditorSetting = ExpressionHelper.GetRootEditorSetting(this.ModelTreeManager, WorkflowDesigner.GetTargetFramework(this.Context));
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (1)
478return this.ViewModel.GetExpressionEditorType(this.ExpressionActivityEditor, root, WorkflowDesigner.GetTargetFramework(this.Context));
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
436this.targetFramework = WorkflowDesigner.GetTargetFramework(this.Context);
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
2032FrameworkName targetFramework = WorkflowDesigner.GetTargetFramework(ownerActivity.GetEditingContext());
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicReferenceValidationFeature.cs (1)
26if (validationService != null && WorkflowDesigner.GetTargetFramework(context).IsLessThan45())
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicValueValidationFeature.cs (1)
26if (validationService != null && WorkflowDesigner.GetTargetFramework(context).IsLessThan45())
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
26get { return WorkflowDesigner.GetTargetFramework(this.context); }