1 implementation of XamlSchemaContext
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
29
WorkflowDesignerXamlSchemaContext IWorkflowDesignerXamlHelperExecutionContext.
XamlSchemaContext
2 references to XamlSchemaContext
System.Data (2)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (2)
35
SharedFx.Assert(this.executionContext.
XamlSchemaContext
!= null, "this.executionContext.XamlSchemaContext != null");
56
get { return this.executionContext.
XamlSchemaContext
; }