1 write to executionContext
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
33
this.
executionContext
= executionContext;
12 references to executionContext
System.Data (12)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (12)
34
SharedFx.Assert(this.
executionContext
!= null, "this.executionContext != null");
35
SharedFx.Assert(this.
executionContext
.XamlSchemaContext != null, "this.executionContext.XamlSchemaContext != null");
51
get { return this.
executionContext
.FrameworkName; }
56
get { return this.
executionContext
.XamlSchemaContext; }
61
get { return this.
executionContext
.IdManager; }
68
return this.
executionContext
.LastWorkflowSymbol;
73
this.
executionContext
.LastWorkflowSymbol = value;
79
get { return this.
executionContext
.LocalAssemblyName; }
84
this.
executionContext
.OnSerializationCompleted(sourceLocationObjectToModelItemObjectMapping);
89
this.
executionContext
.OnBeforeDeserialize();
94
this.
executionContext
.OnSourceLocationFound(target, sourceLocation);
99
this.
executionContext
.OnAfterDeserialize(viewStateDataSourceLocationMapping);