2 instantiations of WorkflowDesignerXamlSchemaContext
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
212
WorkflowDesignerXamlSchemaContext schemaContext = obj is ActivityBuilder ? this.XamlSchemaContext : new
WorkflowDesignerXamlSchemaContext
(null);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
77
this.workflowDesignerXamlSchemaContext = new
WorkflowDesignerXamlSchemaContext
(this.GetLocalAssemblyName(), this.Context);
9 references to WorkflowDesignerXamlSchemaContext
System.Activities.Presentation (9)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (3)
33
WorkflowDesignerXamlSchemaContext
schemaContext;
43
public DesignTimeXamlWriter(TextWriter textWriter,
WorkflowDesignerXamlSchemaContext
context, bool shouldWriteDebugSymbol)
48
DesignTimeXamlWriter(NamespaceIndentingXmlWriter underlyingWriter,
WorkflowDesignerXamlSchemaContext
context, bool shouldWriteDebugSymbol)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\IWorkflowDesignerXamlHelperExecutionContext.cs (1)
16
WorkflowDesignerXamlSchemaContext
XamlSchemaContext { get; }
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (2)
54
public
WorkflowDesignerXamlSchemaContext
XamlSchemaContext
212
WorkflowDesignerXamlSchemaContext
schemaContext = obj is ActivityBuilder ? this.XamlSchemaContext : new WorkflowDesignerXamlSchemaContext(null);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
66
WorkflowDesignerXamlSchemaContext
workflowDesignerXamlSchemaContext;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (2)
29
WorkflowDesignerXamlSchemaContext
IWorkflowDesignerXamlHelperExecutionContext.XamlSchemaContext
71
WorkflowDesignerXamlSchemaContext
XamlSchemaContext