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